summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-05-18nfsd: set timeparms.to_maxval in setup_callback_clientJeff Layton1-1/+3
2014-05-18locks: allow __break_lease to sleep even when break_time is 0Jeff Layton1-4/+3
2014-05-18ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o1-1/+1
2014-05-18ext4: note the error in ext4_end_bio()Matthew Wilcox1-2/+3
2014-05-18ext4: FIBMAP ioctl causes BUG_ON due to handle EXT_MAX_BLOCKSKazuya Mio1-0/+5
2014-04-30ocfs2: do not put bh when buffer_uptodate failedalex chen1-2/+0
2014-04-30ocfs2: dlm: fix recovery hungJunxiao Bi1-2/+13
2014-04-30ocfs2: dlm: fix lock migration crashJunxiao Bi1-6/+8
2014-04-30reiserfs: fix race in readdirJeff Mahoney1-2/+4
2014-04-30nfsd4: fix setclientid encode sizeJ. Bruce Fields1-1/+2
2014-04-30nfsd: notify_change needs elevated write countJ. Bruce Fields1-0/+9
2014-04-30nfsd: Add fh_{want,drop}_write()Ben Hutchings1-0/+10
2014-04-30nfsd4: session needs room for following op to error outJ. Bruce Fields1-0/+6
2014-04-30nfsd4: buffer-length check for SUPPATTR_EXCLCREATJ. Bruce Fields1-0/+2
2014-04-30Btrfs: fix deadlock with nested trans handlesJosef Bacik1-10/+4
2014-04-30ext4: fix partial cluster handling for bigalloc file systemsEric Whitney1-0/+21
2014-04-30jffs2: Fix crash due to truncation of csizeAjesh Kunhipurayil Vijayan1-1/+1
2014-04-30jffs2: Fix segmentation fault found in stress testKamlakant Patel1-2/+2
2014-04-30jffs2: avoid soft-lockup in jffs2_reserve_space_gc()Li Zefan1-4/+9
2014-04-30jffs2: remove from wait queue after schedule()Li Zefan1-0/+1
2014-04-30Btrfs: skip submitting barrier for missing deviceHidetoshi Seto1-0/+4
2014-04-09cifs: ensure that uncached writes handle unmapped areas correctlyJeff Layton1-3/+31
2014-04-09ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o1-6/+9
2014-04-02cifs: set MAY_SIGN when sec=krb5Martijn de Gouw1-1/+2
2014-04-02hpfs: deadlock and race in directory lseek()Al Viro1-4/+6
2014-04-02hpfs: remember free spaceMikulas Patocka3-11/+89
2014-04-02nfs: fix do_div() warning by instead using sector_div()Helge Deller1-1/+1
2014-04-02ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-04-02ocfs2: fix quota file corruptionJan Kara2-14/+17
2014-04-02quota: Fix race between dqput() and dquot_scan_active()Jan Kara1-3/+11
2014-04-02ext4: don't leave i_crtime.tv_sec uninitializedTheodore Ts'o1-0/+2
2014-04-02lockd: send correct lock when granting a delayed lock.NeilBrown1-0/+8
2014-04-02fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmemEric W. Biederman1-1/+1
2014-04-02mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro1-2/+4
2014-04-02Btrfs: setup inode location during btrfs_init_inode_lockedChris Mason1-9/+9
2014-04-02btrfs: restrict snapshotting to own subvolumesDavid Sterba1-5/+10
2014-04-02Btrfs: handle EAGAIN case properly in btrfs_drop_snapshot()Wang Shilong1-1/+1
2014-04-02ore: Fix wrong math in allocation of per device BIOBoaz Harrosh1-12/+25
2014-04-02fuse: fix pipe_buf_operationsMiklos Szeredi2-17/+23
2014-04-02nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-04-02NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31
2014-02-15nilfs2: fix segctor bug that causes file system corruptionAndreas Rohner1-4/+6
2014-02-15ext4: add explicit casts when masking cluster sizesTheodore Ts'o3-16/+24
2014-02-15ext4: fix del_timer() misuse for ->s_err_reportAl Viro1-2/+2
2014-02-15ext2: Fix oops in ext2_get_block() called from ext2_quota_write()Jan Kara1-0/+1
2014-02-15ext4: check for overlapping extents in ext4_valid_extent_entries()Eryu Guan1-1/+18
2014-02-15ext4: fix use-after-free in ext4_mb_new_blocksJunho Ryu1-3/+8
2014-02-15ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o1-0/+4
2014-02-15ceph: wake up 'safe' waiters when unregistering requestYan, Zheng1-1/+2
2014-02-15ceph: cleanup aborted requests when re-sending requests.Yan, Zheng1-1/+4