summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2016-02-25ovl: setattr: check permissions before copy-upMiklos Szeredi2-0/+15
2016-02-25ovl: root: copy attrMiklos Szeredi1-0/+3
2016-02-25ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2016-02-25ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2016-02-25ovl: allow zero size xattrMiklos Szeredi1-1/+1
2016-02-25numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390Michael Holzheu1-3/+4
2016-02-25fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()Mike Kravetz1-8/+11
2016-02-25udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-25udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-25udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-25pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust1-4/+2
2016-02-25nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-25pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust1-1/+1
2016-02-25NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-25cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-25cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-25cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-25cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-02-25ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+14
2016-02-25Btrfs: fix direct IO requests not reporting IO error to user spaceFilipe Manana1-0/+2
2016-02-25Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-25Btrfs: fix page reading in extent_same ioctl leading to csum errorsFilipe Manana1-8/+21
2016-02-25Btrfs: fix invalid page accesses in extent_same (dedup) ioctlFilipe Manana1-14/+76
2016-02-25btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-25Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba1-1/+0
2016-02-25Btrfs: fix fitrim discarding device area reserved for boot loader's useFilipe Manana1-10/+10
2016-02-25btrfs: handle invalid num_stripes in sys_arrayDavid Sterba1-0/+8
2016-02-25ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-02-25ext4: fix potential integer overflowInsu Yun1-1/+1
2016-02-25ext4: fix scheduling in atomic on group checksum failureJan Kara2-5/+8
2016-02-25pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-02-17ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o1-0/+4
2016-02-17ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-17ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-17ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-02-17NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust1-1/+0
2015-12-30ocfs2/dlm: clear migration_pending when migration target goes downxuejiufei1-0/+2
2015-12-30ocfs2: fix flock panic issueJunxiao Bi1-1/+4
2015-12-30ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-23Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-12-19Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-15/+29
2015-12-19proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King1-0/+1
2015-12-16nfsd: don't hold ls_mutex across a layout recallJeff Layton1-1/+1
2015-12-15Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason5-8/+10
2015-12-15Btrfs: check prepare_uptodate_page() error code earlierChris Mason1-4/+14
2015-12-15Btrfs: check for empty bitmap list in setup_cluster_bitmapsChris Mason1-3/+5
2015-12-14sched/wait: Fix the signal handling fixPeter Zijlstra5-10/+10
2015-12-13Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+2
2015-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-11/+3