summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-14proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2014-04-03ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-03-24Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-03-24fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-24NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-24ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-24ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-03-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o6-25/+31
2014-03-12cifs: adjust sequence number downward after signing NT_CANCEL requestJeff Layton1-0/+7
2014-03-12ext4: fix possible use-after-free with AIOJan Kara2-6/+5
2014-03-12UBIFS: fix double free of ubifs_orphan objectsAdam Thomas2-1/+6
2014-03-12ext4/jbd2: don't wait (forever) for stale tid caused by wraparoundTheodore Ts'o3-4/+33
2014-03-12ncpfs: fix rmdir returns Device or resource busyDave Chiluk1-9/+0
2014-03-12cifs: don't instantiate new dentries in readdir for inodes that need to be re...Jeff Layton1-0/+8
2014-03-12fuse: hotfix truncate_pagecache() issueMaxim Patlasov4-3/+25
2014-03-12fuse: readdir: check for slash in namesMiklos Szeredi1-0/+2
2014-03-12nilfs2: fix issue with race condition of competition between segments for dir...Vyacheslav Dubeyko2-2/+11
2014-03-12quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2014-03-12cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+34
2014-03-12ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-03-12ext4: fix online resize with a non-standard blocks per group settingTheodore Ts'o1-1/+1
2014-03-12ext4: don't try to modify s_flags if the the file system is read-onlyTheodore Ts'o1-7/+13
2014-02-22lockd: send correct lock when granting a delayed lock.NeilBrown1-0/+8
2014-02-22fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman1-1/+1
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-12NFSv4: 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