summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-02-20nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton1-2/+8
2014-02-20ext4: protect group inode free counting with group lockTao Ma1-1/+3
2014-02-20mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro1-2/+4
2014-02-13hpfs: deadlock and race in directory lseek()Al Viro1-4/+6
2014-02-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-02-13NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31
2014-02-13ore: Fix wrong math in allocation of per device BIOBoaz Harrosh1-12/+25
2014-02-06Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong1-1/+1
2014-01-29nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2014-01-08jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o1-2/+4
2014-01-08GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse1-0/+30
2014-01-08GFS2: don't hold s_umount over blkdev_putSteven Whitehouse1-1/+11
2014-01-08ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang1-2/+6
2014-01-08ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan1-1/+18
2014-01-08ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu1-3/+8
2014-01-08ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2014-01-08ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4
2013-12-20hpfs: fix warnings when the filesystem fills upMikulas Patocka1-1/+4
2013-12-20nfs: fix do_div() warning by instead using sector_div()Helge Deller1-1/+1
2013-12-20xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2-2/+4
2013-12-11NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2013-12-08nfsd: use "init_net" for portmapperStanislav Kinsbursky1-2/+1
2013-12-04ext4: avoid bh leak in retry path of ext4_expand_extra_isize_ea()Theodore Ts'o1-0/+1
2013-12-04devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-11-29configfs: fix race between dentry put and lookupJunxiao Bi1-2/+14
2013-11-29nfsd: make sure to balance get/put_write_accessChristoph Hellwig1-14/+15
2013-11-29nfsd: split up nfsd_setattrChristoph Hellwig1-60/+84
2013-11-29NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust1-0/+1
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-0/+6
2013-11-29exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov1-0/+3
2013-11-29Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-11-29SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson5-86/+3
2013-11-29nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton1-0/+2
2013-11-29vfs,proc: guarantee unique inodes in /procLinus Torvalds1-8/+4
2013-11-13jfs: fix error path in iallocDave Kleikamp1-2/+1
2013-11-04ext3: return 32/64-bit dir name hash according to usage typeEric Sandeen3-48/+129
2013-10-22ext4: fix memory leak in xattrDave Jones1-0/+2
2013-10-22vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds1-1/+1
2013-10-13ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o1-1/+2
2013-10-13Btrfs: change how we queue blocks for backref checkingJosef Bacik1-7/+7
2013-10-01fanotify: dont merge permission eventsLino Sanfilippo1-0/+6
2013-09-26fuse: invalidate inode attributes on xattr modificationAnand Avati1-0/+4
2013-09-26fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov1-1/+2
2013-09-26isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara1-11/+5
2013-09-26ocfs2: fix the end cluster offset of FIEMAPJie Liu1-1/+0
2013-09-26cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton1-0/+2
2013-09-07SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier1-5/+15
2013-09-07jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp1-8/+23
2013-08-29nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko1-1/+1
2013-08-29nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko1-2/+1