summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fix d_walk()/non-delayed __d_free() raceWilly Tarreau2016-09-111-0/+1
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-09-111-1/+17
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-09-071-1/+3
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-201-1/+4
* CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-08-201-1/+29
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-08-201-6/+10
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-08-201-3/+21
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-08-161-14/+3
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-161-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-161-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-08-161-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-08-161-2/+6
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-08-161-1/+1
* ext4: verify extent header depthVegard Nossum2016-08-101-0/+4
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-08-101-1/+14
* Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-08-101-11/+2
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-08-101-1/+1
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-07-272-1/+30
* nfsd: check permissions when setting ACLsBen Hutchings2016-07-273-27/+25
* posix_acl: Add set_posix_aclAndreas Gruenbacher2016-07-271-17/+21
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-07-271-0/+24
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-07-271-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-07-271-1/+1
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-06-241-2/+45
* xfs: fix up backport error in fs/xfs/xfs_inode.cGreg Kroah-Hartman2016-06-241-1/+1
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-06-241-2/+2
* ecryptfs: forbid opening files without mmap handlerJann Horn2016-06-241-2/+11
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-06-071-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-06-071-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-06-071-4/+13
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-06-071-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-06-071-1/+3
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-06-071-4/+6
* pipe: Fix buffer offset after partially failed readBen Hutchings2016-06-071-1/+4
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-06-011-12/+20
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-06-014-2/+25
* Btrfs: don't use src fd for printkJosef Bacik2016-06-011-1/+1
* get_rock_ridge_filename(): handle malformed NM entriesAl Viro2016-05-181-3/+10
* proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-111-1/+2
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-05-041-3/+3
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-203-4/+55
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-04-122-1/+13
* ocfs2/dlm: fix race between convert and recoveryJoseph Qi2016-04-121-1/+10
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-123-9/+29
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-04-121-9/+10
* splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-04-121-0/+3
* jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-04-121-5/+12
* efi: Make efivarfs entries immutable by defaultPeter Jones2016-03-164-14/+99
* efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad versionPeter Jones2016-03-161-4/+3
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-03-092-19/+62