summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-27cifs: Check for existing directory when opening file with O_CREATSachin Prabhu1-3/+21
2016-08-27fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang1-1/+1
2016-08-27ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-08-27Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney1-11/+2
2016-08-27fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-08-27Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-08-27UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-08-27NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-08-27fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+3
2016-08-22ecryptfs: forbid opening files without mmap handlerJann Horn1-2/+11
2016-08-22xfs: skip stale inodes in xfs_iflush_clusterDave Chinner1-0/+1
2016-08-22xfs: fix inode validity check in xfs_iflush_clusterDave Chinner1-4/+4
2016-08-22xfs: xfs_iflush_cluster fails to abort on errorDave Chinner1-4/+13
2016-08-21ext4: fix reference counting bug on block allocation errorVegard Nossum1-14/+3
2016-08-21ext4: short-cut orphan cleanup on errorVegard Nossum1-0/+10
2016-08-21ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum1-3/+3
2016-08-21ext4: check for extents that wrap aroundVegard Nossum1-2/+6
2016-08-21ext4: verify extent header depthVegard Nossum1-0/+4
2016-08-21ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-08-21ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-08-21ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-08-21pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-2/+45
2016-06-07fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-06-07get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-06-07proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-06-07ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-06-07ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-06-07ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-06-07splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-06-07jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-06-07ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-06-07pipe: Fix buffer offset after partially failed readBen Hutchings1-1/+4
2016-03-16efi: Make efivarfs entries immutable by defaultPeter Jones4-14/+99
2016-03-16efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones1-4/+3
2016-03-09Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-09jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-09Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-09CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-09locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-03-03do_last(): don't let a bogus return value from ->open() et.al. to confuse usAl Viro1-0/+4
2016-03-03uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-03-03Btrfs: fix number of transaction units required to create symlinkFilipe Manana1-1/+3
2016-03-03Btrfs: send, don't BUG_ON() when an empty symlink is foundFilipe Manana1-1/+15
2016-03-03Btrfs: igrab inode in writepageJosef Bacik1-2/+15
2016-03-03Btrfs: add missing brelse when superblock checksum failsAnand Jain1-0/+1
2016-03-03vfs: Avoid softlockups with sendfile(2)Jan Kara1-0/+1
2016-03-03lockd: create NSM handles per net namespaceAndrey Ryabinin6-19/+30
2016-03-03Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia1-1/+1
2016-03-03splice: sendfile() at once fails for big filesChristophe Leroy1-1/+11
2016-03-03proc: Fix ptrace-based permission checks for accessing task mapsCorey Wright2-3/+3