aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason2014-04-021-9/+9
* btrfs: restrict snapshotting to own subvolumesDavid Sterba2014-04-021-5/+10
* Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong2014-04-021-1/+1
* ore: Fix wrong math in allocation of per device BIOBoaz Harrosh2014-04-021-12/+25
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-04-022-17/+23
* nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson2014-04-021-2/+2
* NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust2014-04-021-16/+31
* nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner2014-02-151-4/+6
* ext4: add explicit casts when masking cluster sizesTheodore Ts'o2014-02-153-16/+24
* ext4: fix del_timer() misuse for ->s_err_reportAl Viro2014-02-151-2/+2
* ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Jan Kara2014-02-151-0/+1
* ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan2014-02-151-1/+18
* ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu2014-02-151-3/+8
* ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o2014-02-151-0/+4
* ceph: wake up 'safe' waiters when unregistering requestYan, Zheng2014-02-151-1/+2
* ceph: cleanup aborted requests when re-sending requests.Yan, Zheng2014-02-151-1/+4
* hpfs: fix warnings when the filesystem fills upMikulas Patocka2014-02-151-1/+4
* xfs: Account log unmount transaction correctlyDave Chinner2014-02-151-1/+2
* xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2014-01-032-2/+4
* 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