summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power2015-12-021-3/+2
* ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney2015-11-151-13/+0
* ext4: allocate entire range in zero rangeLukas Czerner2015-11-151-12/+19
* btrfs: fix use after free iterating extrefsChris Mason2015-11-131-5/+3
* jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-11-133-8/+44
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2015-10-271-3/+28
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-10-271-1/+24
* nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee2015-10-271-19/+12
* fix a braino in ovl_d_select_inode()Al Viro2015-10-271-0/+3
* overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-10-276-32/+39
* overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells2015-10-271-10/+4
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2015-10-271-0/+7
* cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer2015-10-271-2/+51
* [SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French2015-10-271-34/+0
* disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2015-10-271-2/+6
* nfs: fix pg_test page count calculationPeng Tao2015-10-271-1/+1
* Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana2015-10-271-8/+11
* Btrfs: fix read corruption of compressed and shared extentsFilipe Manana2015-10-271-8/+57
* btrfs: skip waiting on ordered range for special filesJeff Mahoney2015-10-271-1/+2
* ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2015-10-272-5/+12
* ext4: don't manipulate recovery flag when freezing no-journal fsEric Sandeen2015-10-271-4/+8
* hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2015-10-072-8/+4
* hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung2015-10-071-9/+11
* fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2015-10-071-6/+32
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2015-10-071-2/+2
* NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee2015-10-071-0/+1
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-10-071-1/+1
* Btrfs: check if previous transaction aborted to avoid fs corruptionFilipe Manana2015-10-071-0/+3
* CIFS: fix type confusion in copy offload ioctlJann Horn2015-10-071-0/+6
* hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2015-08-271-4/+7
* btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney2015-08-271-0/+9
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-08-271-1/+4
* freeing unlinked file indefinitely delayedAl Viro2015-08-271-0/+3
* nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton2015-08-271-6/+6
* nfsd: refactor nfs4_preprocess_stateid_opChristoph Hellwig2015-08-271-45/+53
* signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras2015-08-271-2/+3
* nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee2015-08-271-5/+6
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2015-08-271-3/+7
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-08-191-5/+25
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-08-042-4/+2
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-041-1/+1
* Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-08-041-1/+3
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-08-041-1/+1
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-08-041-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-08-041-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2015-08-041-1/+11
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-08-041-3/+12
* Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Sasha Levin2015-07-201-2/+0
* fs/ufs: restore s_lock mutex_init()Fabian Frederick2015-07-201-0/+1
* ufs: Fix possible deadlock when looking up directoriesJan Kara2015-07-201-0/+1