aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust2014-11-213-3/+23
* nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara2014-11-211-1/+1
* NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust2014-11-211-0/+2
* NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust2014-11-211-1/+23
* block: Fix computation of merged request priorityJan Kara2014-11-211-6/+8
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-211-0/+1
* Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason2014-11-141-1/+1
* quota: Properly return errors from dquot_writeback_dquots()Jan Kara2014-11-141-1/+1
* ext3: Don't check quota format when there are no quota filesJan Kara2014-11-141-7/+0
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-11-141-1/+2
* ext4: fix oops when loading block bitmap failedJan Kara2014-11-141-0/+4
* ext4: fix overflow when updating superblock backups after resizeJan Kara2014-11-141-1/+1
* ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong2014-11-142-2/+6
* ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen2014-11-141-1/+16
* ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o2014-11-144-3/+11
* ext4: grab missed write_count for EXT4_IOC_SWAP_BOOTDmitry Monakhov2014-11-141-1/+9
* ext4: don't check quota format when there are no quota filesJan Kara2014-11-141-7/+0
* ext4: check EA value offset when loadingDarrick J. Wong2014-11-141-8/+24
* jbd2: free bh when descriptor block checksum failsDarrick J. Wong2014-11-141-0/+1
* pstore: Fix duplicate {console,ftrace}-efi entriesValdis Kletnieks2014-11-141-2/+2
* mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2014-11-141-0/+3
* kill wbuf_queued/wbuf_dwork_lockAl Viro2014-11-142-17/+2
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-11-141-0/+3
* UBIFS: fix free log space calculationArtem Bityutskiy2014-11-141-2/+6
* UBIFS: fix a race conditionArtem Bityutskiy2014-11-142-8/+11
* UBIFS: remove mst_mutexArtem Bityutskiy2014-11-144-9/+3
* fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa2014-11-141-0/+2
* fs: make cont_expand_zero interruptibleMikulas Patocka2014-11-141-0/+5
* lockd: Try to reconnect if statd has movedBenjamin Coddington2014-11-141-0/+6
* ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-301-1/+1
* fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud2014-10-301-1/+1
* NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2014-10-302-3/+11
* NFSv4: fix open/lock state recovery error handlingTrond Myklebust2014-10-301-10/+6
* NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust2014-10-301-1/+0
* fs: Add a missing permission check to do_umountAndy Lutomirski2014-10-301-0/+2
* Btrfs: fix race in WAIT_SYNC ioctlSage Weil2014-10-301-3/+9
* Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik2014-10-301-1/+4
* Btrfs: try not to ENOSPC on log replayJosef Bacik2014-10-301-1/+2
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-10-091-14/+21
* ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2014-10-052-0/+3
* Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov2014-10-051-2/+4
* ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi2014-10-051-8/+10
* nilfs2: fix data loss with mmap()Andreas Rohner2014-10-051-1/+6
* fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin2014-10-051-1/+1
* fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin2014-10-051-2/+2
* lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields2014-10-051-3/+1
* CIFS: Fix SMB2 readdir error handlingPavel Shilovsky2014-10-057-8/+24
* CIFS: Fix directory rename errorPavel Shilovsky2014-10-051-1/+4
* NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-10-051-15/+15
* NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson2014-10-051-18/+20