summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-04-13efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+99
2016-04-13efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-04-13ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+13
2016-04-12fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2016-04-12ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2016-03-22ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-22ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-11Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-03-11CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-11cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-03-11do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-11hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-03-11Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-11jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-11Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-08NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-03-04fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason1-1/+16
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-03-04ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-03-04ext4: move_extent improve bh vanishing success factorDmitry Monakhov1-2/+6
2016-03-04ext4: fix potential integer overflowInsu Yun1-1/+1
2016-03-04btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-03-04cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-03-02pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-03-02Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-15ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-15MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsTariq Saeed1-0/+6
2016-02-10ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-10cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-10cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-10cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-02-10cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2016-02-10cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2016-02-10xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+40
2016-02-10xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-10uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-02-10locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-02-10locks: update comments that refer to inode->i_flockJeff Layton1-1/+1
2016-02-10udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-10udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-10NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-10NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust3-6/+3
2016-02-10nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-10udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-02ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2016-02-02ovl: root: copy attrMiklos Szeredi1-0/+3
2016-02-02ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2016-02-02ovl: allow zero size xattrMiklos Szeredi1-1/+1
2016-01-21ceph: fix message length computationArnd Bergmann1-1/+1
2016-01-21ocfs2: fix umask ignored issueJunxiao Bi1-0/+2