summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: prevent stacking filesystems on topJann Horn2016-08-221-0/+7
* fs: limit filesystem stacking depthMiklos Szeredi2016-08-221-0/+7
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-08-221-36/+42
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-08-221-1/+14
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-08-221-3/+2
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-08-221-1/+1
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-08-221-0/+24
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-08-221-2/+3
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-08-221-14/+19
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-08-221-17/+23
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-08-221-16/+18
* fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-08-221-12/+20
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-08-221-4/+6
* btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-08-224-2/+24
* get_rock_ridge_filename(): handle malformed NM entriesAl Viro2016-06-151-3/+10
* proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-06-151-1/+2
* hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2016-06-151-0/+5
* bio: return EINTR if copying to user space got interruptedHannes Reinecke2016-05-011-4/+8
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-05-011-3/+3
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-05-012-1/+13
* ocfs2/dlm: fix race between convert and recoveryJoseph Qi2016-05-011-1/+10
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-05-013-9/+29
* splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-05-011-0/+3
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-05-011-0/+1
* jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-05-011-5/+12
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-05-011-9/+10
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-05-011-5/+8
* hpfs: don't truncate the file when delete failsMikulas Patocka2016-04-011-28/+3
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-04-012-19/+62
* jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-04-012-11/+11
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-04-011-21/+18
* ext4: fix bh->b_state corruptionJan Kara2016-04-011-2/+30
* cifs: fix erroneous return valueAnton Protopopov2016-04-011-1/+1
* pipe: Fix buffer offset after partially failed readBen Hutchings2016-02-271-1/+4
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-02-271-2/+45
* btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba2016-02-273-3/+16
* ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-271-0/+2
* timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-271-1/+1
* ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed2016-02-131-0/+6
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-02-131-11/+15
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-02-131-0/+1
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-02-132-10/+9
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-02-131-3/+5
* uml: fix hostfs mknod()Vegard Nossum2016-02-131-3/+1
* locks: fix unlock when fcntl_setlk races with a closeJeff Layton2016-02-131-21/+30
* udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-02-131-2/+13
* udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-02-131-1/+5
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-131-15/+39
* udf: limit the maximum number of indirect extents in a rowVegard Nossum2016-02-131-0/+15
* ocfs2: fix BUG when calculate new backup superJoseph Qi2016-01-221-3/+12