summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hpfs: implement the show_options methodMikulas Patocka2016-06-011-11/+32
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-06-011-2/+3
* fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-06-011-14/+18
* fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-06-011-18/+23
* fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-06-011-12/+16
* 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: Reset IO error counters before start of device replacingYauhen Kharuzhy2016-05-181-0/+2
* Btrfs: don't use src fd for printkJosef Bacik2016-05-181-1/+1
* btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba2016-05-181-4/+8
* btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh2016-05-181-22/+32
* Btrfs: fix invalid reference in replace_pathLiu Bo2016-05-181-0/+1
* btrfs: do not write corrupted metadata blocks to diskAlex Lyakas2016-05-181-2/+13
* btrfs: csum_tree_block: return proper errno valueAlex Lyakas2016-05-181-8/+5
* Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana2016-05-181-1/+16
* Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana2016-05-181-4/+5
* Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana2016-05-181-2/+23
* Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana2016-05-181-0/+3
* Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana2016-05-182-12/+59
* Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana2016-05-183-0/+20
* btrfs: change max_inline default to 2048David Sterba2016-05-181-1/+1
* btrfs: remove error message from search ioctl for nonexistent treeDavid Sterba2016-05-181-2/+0
* Btrfs: fix truncate_space_checkJosef Bacik2016-05-181-1/+10
* btrfs: reada: Fix in-segment calculation for readaZhao Lei2016-05-181-2/+2
* get_rock_ridge_filename(): handle malformed NM entriesAl Viro2016-05-181-3/+10
* atomic_open(): fix the handling of create_errorAl Viro2016-05-181-16/+4
* vfs: rename: check backing inode being equalMiklos Szeredi2016-05-181-1/+5
* vfs: add vfs_select_inode() helperMiklos Szeredi2016-05-181-8/+4
* ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-186-48/+77
* ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi2016-05-183-2/+27
* proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-111-1/+2
* propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman2016-05-111-11/+14
* btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina2016-05-041-1/+1
* btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2016-05-042-6/+1
* f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu2016-05-041-0/+8
* f2fs crypto: handle unexpected lack of encryption keysChao Yu2016-05-042-2/+7
* f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim2016-05-041-1/+0
* f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim2016-05-041-6/+6
* ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-05-041-0/+4
* f2fs: cover large section in sanity check of superJaegeuk Kim2016-05-041-37/+65
* f2fs: slightly reorganize read_raw_super_blockShawn Lin2016-05-041-37/+36
* f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim2016-05-041-6/+6
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-05-041-3/+3
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-05-041-3/+30
* debugfs: Make automount point inodes permanently emptySeth Forshee2016-05-041-1/+1
* Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-201-0/+137
* ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-201-11/+11
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-203-4/+55
* btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-04-201-1/+1
* ext4: use file_dentry()Miklos Szeredi2016-04-201-1/+1