summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-251-1/+1
* xfs: log mount failures don't wait for buffers to be releasedDave Chinner2016-02-251-0/+10
* Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner2016-02-251-1/+0
* xfs: inode recovery readahead can race with inode buffer creationDave Chinner2016-02-252-5/+14
* libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong2016-02-251-1/+1
* ovl: setattr: check permissions before copy-upMiklos Szeredi2016-02-252-0/+15
* ovl: root: copy attrMiklos Szeredi2016-02-251-0/+3
* ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov2016-02-251-1/+2
* ovl: use a minimal buffer in ovl_copy_xattrVito Caputo2016-02-251-14/+25
* ovl: allow zero size xattrMiklos Szeredi2016-02-251-1/+1
* numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu2016-02-251-3/+4
* fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz2016-02-251-8/+11
* udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-02-251-2/+13
* udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-02-251-1/+5
* udf: limit the maximum number of indirect extents in a rowVegard Nossum2016-02-251-0/+15
* pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-02-251-4/+2
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-251-1/+1
* pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust2016-02-251-1/+1
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-251-15/+39
* cifs: fix erroneous return valueAnton Protopopov2016-02-251-1/+1
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-02-251-0/+1
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-02-252-3/+5
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-02-252-6/+5
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-253-13/+14
* Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana2016-02-251-0/+2
* Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana2016-02-251-4/+6
* Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana2016-02-251-8/+21
* Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana2016-02-251-14/+76
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-253-3/+16
* Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba2016-02-251-1/+0
* Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana2016-02-251-10/+10
* btrfs: handle invalid num_stripes in sys_arrayDavid Sterba2016-02-251-0/+8
* ext4: don't read blocks from disk after extents being swappedEryu Guan2016-02-251-3/+12
* ext4: fix potential integer overflowInsu Yun2016-02-251-1/+1
* ext4: fix scheduling in atomic on group checksum failureJan Kara2016-02-252-5/+8
* pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-251-0/+20
* ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o2016-02-171-0/+4
* ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-171-0/+2
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-02-171-11/+15
* ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed2016-02-171-0/+6
* NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust2016-02-171-1/+0
* ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei2015-12-291-0/+2
* ocfs2: fix flock panic issueJunxiao Bi2015-12-291-1/+4
* ocfs2: fix BUG when calculate new backup superJoseph Qi2015-12-291-3/+12
* Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-12-221-1/+1
|\
| * nfsd: don't hold ls_mutex across a layout recallJeff Layton2015-12-161-1/+1
* | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-186-15/+29
|\ \
| * \ Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2015-12-155-8/+10
| |\ \
| | * | btrfs: fix misleading warning when space cache failed to loadHolger Hoffstätte2015-12-101-1/+1
| | * | Btrfs: fix transaction handle leak in balanceFilipe Manana2015-12-101-2/+1