summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-06-01hpfs: implement the show_options methodMikulas Patocka1-11/+32
2016-06-01hpfs: fix remount failure when there are no options changedMikulas Patocka1-2/+3
2016-06-01fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+18
2016-06-01fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-18/+23
2016-06-01fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-12/+16
2016-06-01fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-06-01remove directory incorrectly tries to set delete on close on non-empty direct...Steve French4-2/+25
2016-05-18btrfs: Reset IO error counters before start of device replacingYauhen Kharuzhy1-0/+2
2016-05-18Btrfs: don't use src fd for printkJosef Bacik1-1/+1
2016-05-18btrfs: fallback to vmalloc in btrfs_compare_treeDavid Sterba1-4/+8
2016-05-18btrfs: handle non-fatal errors in btrfs_qgroup_inherit()Mark Fasheh1-22/+32
2016-05-18Btrfs: fix invalid reference in replace_pathLiu Bo1-0/+1
2016-05-18btrfs: do not write corrupted metadata blocks to diskAlex Lyakas1-2/+13
2016-05-18btrfs: csum_tree_block: return proper errno valueAlex Lyakas1-8/+5
2016-05-18Btrfs: do not collect ordered extents when logging that inode existsFilipe Manana1-1/+16
2016-05-18Btrfs: fix race when checking if we can skip fsync'ing an inodeFilipe Manana1-4/+5
2016-05-18Btrfs: fix deadlock between direct IO reads and buffered writesFilipe Manana1-2/+23
2016-05-18Btrfs: fix extent_same allowing destination offset beyond i_sizeFilipe Manana1-0/+3
2016-05-18Btrfs: fix file loss on log replay after renaming a file and fsyncFilipe Manana2-12/+59
2016-05-18Btrfs: fix unreplayable log after snapshot delete + parent dir fsyncFilipe Manana3-0/+20
2016-05-18btrfs: change max_inline default to 2048David Sterba1-1/+1
2016-05-18btrfs: remove error message from search ioctl for nonexistent treeDavid Sterba1-2/+0
2016-05-18Btrfs: fix truncate_space_checkJosef Bacik1-1/+10
2016-05-18btrfs: reada: Fix in-segment calculation for readaZhao Lei1-2/+2
2016-05-18get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-05-18atomic_open(): fix the handling of create_errorAl Viro1-16/+4
2016-05-18vfs: rename: check backing inode being equalMiklos Szeredi1-1/+5
2016-05-18vfs: add vfs_select_inode() helperMiklos Szeredi1-8/+4
2016-05-18ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-18ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-11propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-05-04btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina1-1/+1
2016-05-04btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2-6/+1
2016-05-04f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu1-0/+8
2016-05-04f2fs crypto: handle unexpected lack of encryption keysChao Yu2-2/+7
2016-05-04f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim1-1/+0
2016-05-04f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim1-6/+6
2016-05-04ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim1-0/+4
2016-05-04f2fs: cover large section in sanity check of superJaegeuk Kim1-37/+65
2016-05-04f2fs: slightly reorganize read_raw_super_blockShawn Lin1-37/+36
2016-05-04f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim1-6/+6
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-04numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-3/+30
2016-05-04debugfs: Make automount point inodes permanently emptySeth Forshee1-1/+1
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o1-11/+11
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-04-20btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana1-1/+1
2016-04-20ext4: use file_dentry()Miklos Szeredi1-1/+1