summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-11-18fs/buffer.c: Revoke LRU when trying to drop buffersLaura Abbott1-0/+38
2014-11-18fs: jbd2: force commit to free jbd2's cma/isolated pageMarek Szyprowski1-0/+14
2014-11-14Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason1-1/+1
2014-11-14quota: Properly return errors from dquot_writeback_dquots()Jan Kara1-1/+1
2014-11-14ext3: Don't check quota format when there are no quota filesJan Kara1-7/+0
2014-11-14nfsd4: fix crash on unknown operation numberJ. Bruce Fields1-1/+2
2014-11-14ext4: fix oops when loading block bitmap failedJan Kara1-0/+4
2014-11-14ext4: fix overflow when updating superblock backups after resizeJan Kara1-1/+1
2014-11-14ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2-2/+6
2014-11-14ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen1-1/+16
2014-11-14ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o4-3/+11
2014-11-14ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov1-1/+9
2014-11-14ext4: don't check quota format when there are no quota filesJan Kara1-7/+0
2014-11-14ext4: check EA value offset when loadingDarrick J. Wong1-8/+24
2014-11-14jbd2: free bh when descriptor block checksum failsDarrick J. Wong1-0/+1
2014-11-14pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks1-2/+2
2014-11-14mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman1-0/+3
2014-11-14kill wbuf_queued/wbuf_dwork_lockAl Viro2-17/+2
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+3
2014-11-14UBIFS: fix free log space calculationArtem Bityutskiy1-2/+6
2014-11-14UBIFS: fix a race conditionArtem Bityutskiy2-8/+11
2014-11-14UBIFS: remove mst_mutexArtem Bityutskiy4-9/+3
2014-11-14fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-11-14fs: make cont_expand_zero interruptibleMikulas Patocka1-0/+5
2014-11-14lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-10-30ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-10-30fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-10-30NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-10-30NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-10-30fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2014-10-30Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-30Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-30Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-10-09udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-10-05ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2-0/+3
2014-10-05Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-10-05ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-10-05nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-10-05fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin1-1/+1
2014-10-05fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin1-2/+2
2014-10-05lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields1-3/+1
2014-10-05CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+24
2014-10-05CIFS: Fix directory rename errorPavel Shilovsky1-1/+4
2014-10-05NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-10-05NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-17vfs: fix bad hashing of dentriesLinus Torvalds2-4/+3
2014-09-17dcache.c: get rid of pointless macrosAl Viro1-4/+2
2014-09-17CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky1-2/+2
2014-09-17CIFS: Fix wrong filename length for SMB2Pavel Shilovsky5-9/+4