summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* configfs: fix race between dentry put and lookupJunxiao Bi2014-01-031-2/+14
* NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust2014-01-031-2/+8
* NFSv4 wait on recovery for async session errorsAndy Adamson2014-01-031-2/+1
* nfsd4: fix xdr decoding of large non-write compoundsJ. Bruce Fields2014-01-031-1/+1
* nfsd: make sure to balance get/put_write_accessChristoph Hellwig2014-01-031-14/+15
* nfsd: split up nfsd_setattrChristoph Hellwig2014-01-031-60/+84
* setfacl removes part of ACL when setting POSIX ACLs to SambaSteve French2014-01-031-3/+5
* devpts: plug the memory leak in kill_sbIlija Hadzic2014-01-031-0/+1
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2014-01-031-0/+6
* ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o2014-01-031-0/+1
* NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust2014-01-031-0/+1
* ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem2013-11-281-1/+2
* vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-11-281-1/+1
* ext4: fix memory leak in xattrDave Jones2013-11-281-0/+2
* jfs: fix error path in iallocDave Kleikamp2013-11-281-2/+1
* ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen2013-11-282-47/+124
* nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2013-11-282-2/+15
* nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert2013-11-281-8/+10
* ext4: return 32/64-bit dir name hash according to usage typeFan Yong2013-11-283-48/+176
* ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2013-10-261-1/+2
* isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-10-261-11/+5
* fanotify: dont merge permission eventsLino Sanfilippo2013-10-261-0/+6
* debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-10-261-47/+22
* nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2013-10-262-2/+11
* ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-10-261-1/+0
* fuse: readdir: check for slash in namesMiklos Szeredi2013-10-261-0/+2
* fuse: hotfix truncate_pagecache() issueMaxim Patlasov2013-10-264-3/+25
* fuse: invalidate inode attributes on xattr modificationAnand Avati2013-10-261-0/+4
* fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-10-261-1/+2
* nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-09-101-1/+1
* nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-09-101-2/+1
* sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-09-101-5/+15
* block: Add bio_for_each_segment_all()Kent Overstreet2013-09-103-8/+8
* fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng2013-09-101-3/+3
* jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-09-101-4/+4
* ext4: fix mount/remount error messages for incompatible mount optionsPiotr Sarna2013-09-101-1/+16
* cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton2013-09-101-0/+8
* cifs: extend the buffer length enought for sprintf() usingChen Gang2013-09-103-4/+5
* jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-101-8/+23
* NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter2013-09-101-3/+3
* nfsd: nfsd_open: when dentry_open returns an error do not propagate as struct...Harshula Jayasuriya2013-08-021-2/+3
* Btrfs: re-add root to dead root list if we stop dropping itJosef Bacik2013-08-021-0/+11
* Btrfs: fix lock leak when resuming snapshot deletionJosef Bacik2013-08-021-0/+2
* ext4: don't allow ext4_free_blocks() to fail due to ENOMEMTheodore Ts'o2013-08-021-3/+8
* lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-08-021-0/+4
* fanotify: info leak in copy_event_to_user()Dan Carpenter2013-08-021-0/+1
* ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-271-2/+2
* ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-271-2/+2
* ceph: fix statvfs fr_sizeSage Weil2013-07-272-2/+7
* hpfs: better test for errorsMikulas Patocka2013-07-272-2/+9