| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: underflow bug in xfs_attrlist_by_handle() | Dan Carpenter | 2014-01-03 | 2 | -2/+4 |
* | configfs: fix race between dentry put and lookup | Junxiao Bi | 2014-01-03 | 1 | -2/+14 |
* | NFSv4: Update list of irrecoverable errors on DELEGRETURN | Trond Myklebust | 2014-01-03 | 1 | -2/+8 |
* | NFSv4 wait on recovery for async session errors | Andy Adamson | 2014-01-03 | 1 | -2/+1 |
* | nfsd4: fix xdr decoding of large non-write compounds | J. Bruce Fields | 2014-01-03 | 1 | -1/+1 |
* | nfsd: make sure to balance get/put_write_access | Christoph Hellwig | 2014-01-03 | 1 | -14/+15 |
* | nfsd: split up nfsd_setattr | Christoph Hellwig | 2014-01-03 | 1 | -60/+84 |
* | setfacl removes part of ACL when setting POSIX ACLs to Samba | Steve French | 2014-01-03 | 1 | -3/+5 |
* | devpts: plug the memory leak in kill_sb | Ilija Hadzic | 2014-01-03 | 1 | -0/+1 |
* | exec/ptrace: fix get_dumpable() incorrect tests | Kees Cook | 2014-01-03 | 1 | -0/+6 |
* | ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea() | Theodore Ts'o | 2014-01-03 | 1 | -0/+1 |
* | NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk() | Trond Myklebust | 2014-01-03 | 1 | -0/+1 |
* | ecryptfs: Fix memory leakage in keystore.c | Geyslan G. Bem | 2013-11-28 | 1 | -1/+2 |
* | vfs: allow O_PATH file descriptors for fstatfs() | Linus Torvalds | 2013-11-28 | 1 | -1/+1 |
* | ext4: fix memory leak in xattr | Dave Jones | 2013-11-28 | 1 | -0/+2 |
* | jfs: fix error path in ialloc | Dave Kleikamp | 2013-11-28 | 1 | -2/+1 |
* | ext3: return 32/64-bit dir name hash according to usage type | Eric Sandeen | 2013-11-28 | 2 | -47/+124 |
* | nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes) | Bernd Schubert | 2013-11-28 | 2 | -2/+15 |
* | nfsd: rename 'int access' to 'int may_flags' in nfsd_open() | Bernd Schubert | 2013-11-28 | 1 | -8/+10 |
* | ext4: return 32/64-bit dir name hash according to usage type | Fan Yong | 2013-11-28 | 3 | -48/+176 |
* | ext4: avoid hang when mounting non-journal filesystems with orphan list | Theodore Ts'o | 2013-10-26 | 1 | -1/+2 |
* | isofs: Refuse RW mount of the filesystem instead of making it RO | Jan Kara | 2013-10-26 | 1 | -11/+5 |
* | fanotify: dont merge permission events | Lino Sanfilippo | 2013-10-26 | 1 | -0/+6 |
* | debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs) | Oleg Nesterov | 2013-10-26 | 1 | -47/+22 |
* | nilfs2: fix issue with race condition of competition between segments for dir... | Vyacheslav Dubeyko | 2013-10-26 | 2 | -2/+11 |
* | ocfs2: fix the end cluster offset of FIEMAP | Jie Liu | 2013-10-26 | 1 | -1/+0 |
* | fuse: readdir: check for slash in names | Miklos Szeredi | 2013-10-26 | 1 | -0/+2 |
* | fuse: hotfix truncate_pagecache() issue | Maxim Patlasov | 2013-10-26 | 4 | -3/+25 |
* | fuse: invalidate inode attributes on xattr modification | Anand Avati | 2013-10-26 | 1 | -0/+4 |
* | fuse: postpone end_page_writeback() in fuse_writepage_locked() | Maxim Patlasov | 2013-10-26 | 1 | -1/+2 |
* | nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err... | Vyacheslav Dubeyko | 2013-09-10 | 1 | -1/+1 |
* | nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e... | Vyacheslav Dubeyko | 2013-09-10 | 1 | -2/+1 |
* | sg: Fix user memory corruption when SG_IO is interrupted by a signal | Roland Dreier | 2013-09-10 | 1 | -5/+15 |
* | block: Add bio_for_each_segment_all() | Kent Overstreet | 2013-09-10 | 3 | -8/+8 |
* | fs/proc/task_mmu.c: fix buffer overflow in add_page_map() | yonghua zheng | 2013-09-10 | 1 | -3/+3 |
* | jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() | Jan Kara | 2013-09-10 | 1 | -4/+4 |
* | ext4: fix mount/remount error messages for incompatible mount options | Piotr Sarna | 2013-09-10 | 1 | -1/+16 |
* | cifs: don't instantiate new dentries in readdir for inodes that need to be re... | Jeff Layton | 2013-09-10 | 1 | -0/+8 |
* | cifs: extend the buffer length enought for sprintf() using | Chen Gang | 2013-09-10 | 3 | -4/+5 |
* | jfs: fix readdir cookie incompatibility with NFSv4 | Dave Kleikamp | 2013-09-10 | 1 | -8/+23 |
* | NFSv4.1: integer overflow in decode_cb_sequence_args() | Dan Carpenter | 2013-09-10 | 1 | -3/+3 |
* | nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct... | Harshula Jayasuriya | 2013-08-02 | 1 | -2/+3 |
* | Btrfs: re-add root to dead root list if we stop dropping it | Josef Bacik | 2013-08-02 | 1 | -0/+11 |
* | Btrfs: fix lock leak when resuming snapshot deletion | Josef Bacik | 2013-08-02 | 1 | -0/+2 |
* | ext4: don't allow ext4_free_blocks() to fail due to ENOMEM | Theodore Ts'o | 2013-08-02 | 1 | -3/+8 |
* | lockd: protect nlm_blocked access in nlmsvc_retry_blocked | David Jeffery | 2013-08-02 | 1 | -0/+4 |
* | fanotify: info leak in copy_event_to_user() | Dan Carpenter | 2013-08-02 | 1 | -0/+1 |
* | ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs | Jan Kara | 2013-07-27 | 1 | -2/+2 |
* | ext4: fix overflow when counting used blocks on 32-bit architectures | Jan Kara | 2013-07-27 | 1 | -2/+2 |
* | ceph: fix statvfs fr_size | Sage Weil | 2013-07-27 | 2 | -2/+7 |