summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-06cifs: Create dedicated keyring for spnego operationsSachin Prabhu3-2/+71
2016-06-06xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-06-06xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-06-06xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-06-06remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-06-06fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-06-06fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-06-06fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-06-06fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-06-03mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-36/+68
2016-06-03ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-06-03ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-06-03ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-06-03ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-24/+22
2016-06-03ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-06-03btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-06-01xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen1-0/+10
2016-06-01xfs: disallow ro->rw remount on norecovery mountEric Sandeen1-0/+6
2016-05-17ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-17ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-17ocfs2: dereferencing freed pointers in ocfs2_reflink()Dan Carpenter1-1/+1
2016-05-17ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2016-05-17get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-17propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-05-17fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov1-2/+7
2016-05-17atomic_open(): fix the handling of create_errorAl Viro1-16/+4
2016-04-22Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana1-2/+2
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-20Btrfs: fix fsync after truncate when no_holes feature is enabledFilipe Manana1-0/+108
2016-04-20Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana1-0/+104
2016-04-20Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o1-11/+11
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-04-18ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-04-18ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-04-18fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn3-9/+29
2016-04-18splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-04-18nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-04-18jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-04-18quota: Fix possible GPF due to uninitialised pointersNikolay Borisov1-2/+1
2016-04-18xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-04-18nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-04-18ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-04-13btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-04-13btrfs: initialize the seq counter in struct btrfs_deviceSebastian Andrzej Siewior1-0/+1
2016-04-13Btrfs: fix transaction handle leak on failure to create hard linkFilipe Manana1-2/+4
2016-04-13Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-04-13Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-04-13btrfs: statfs: report zero available if metadata are exhaustedDavid Sterba1-0/+24
2016-04-13Btrfs: igrab inode in writepageJosef Bacik1-2/+15