summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-09-26f2fs: do checkpoint in kill_sbJaegeuk Kim1-3/+13
2018-09-26configfs: fix registered group removalMike Christie1-0/+11
2018-09-26vfs: fix freeze protection in mnt_want_write_file() for overlayfsMiklos Szeredi1-3/+4
2018-09-26binfmt_elf: Respect error return from `regset->active'Maciej W. Rozycki1-1/+1
2018-09-26NFSv4.1 fix infinite loop on I/O.Trond Myklebust2-3/+9
2018-09-26NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust1-1/+1
2018-09-26cifs: integer overflow in in SMB2_ioctl()Dan Carpenter1-2/+2
2018-09-26CIFS: fix wrapping bugs in num_entries()Dan Carpenter1-10/+15
2018-09-26cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter1-2/+9
2018-09-26ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi1-12/+14
2018-09-26pstore: Fix incorrect persistent ram buffer mappingBin Yang1-3/+14
2018-09-26gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson1-1/+2
2018-09-26gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher1-1/+1
2018-09-19autofs: fix autofs_sbi() does not check super block typeIan Kent2-2/+3
2018-09-19NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust1-2/+2
2018-09-19f2fs: fix to do sanity check with extra_attr featureChao Yu1-4/+15
2018-09-19f2fs: fix to propagate return value of scan_nat_page()Chao Yu2-13/+31
2018-09-19f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu1-2/+19
2018-09-19f2fs: fix to do sanity check with secs_per_zoneChao Yu1-2/+2
2018-09-19f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim1-2/+4
2018-09-19f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter1-1/+1
2018-09-19f2fs: fix to wait on page writeback before updating pageChao Yu1-0/+1
2018-09-19f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu1-0/+21
2018-09-19f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu1-1/+7
2018-09-19f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu1-1/+3
2018-09-19nfs: Referrals not inheriting proto setting from parentCalum Mackay1-3/+3
2018-09-19NFSv4.0 fix client reference leak in callbackOlga Kornievskaia1-3/+8
2018-09-19f2fs: fix to detect looped node chain correctlyChao Yu1-2/+2
2018-09-19f2fs: fix defined but not used build warningsRandy Dunlap1-3/+7
2018-09-19f2fs: issue discard align to section in LFS modeYunlong Song1-3/+17
2018-09-19f2fs: Keep alloc_valid_block_count in syncDaniel Rosenberg1-2/+4
2018-09-19f2fs: do not set free of current sectionYunlong Song1-0/+3
2018-09-19f2fs: fix to active page in lru list for read pathChao Yu1-1/+6
2018-09-19Btrfs: fix data corruption when deduplicating between different filesFilipe Manana1-0/+19
2018-09-19btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataLu Fengqi1-9/+8
2018-09-19cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein1-1/+1
2018-09-19smb3: check for and properly advertise directory lease supportSteve French2-5/+8
2018-09-19SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2-5/+22
2018-09-15btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba1-6/+6
2018-09-15btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba1-16/+14
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba1-2/+4
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba2-3/+13
2018-09-15btrfs: use device_list_mutex when removing stale devicesAnand Jain1-10/+15
2018-09-15btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain1-18/+17
2018-09-15btrfs: extend locked section when adding a new device in device_list_addAnand Jain1-4/+12
2018-09-15btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain1-5/+10
2018-09-15btrfs: Fix a C compliance issueBart Van Assche1-3/+3
2018-09-15btrfs: Don't remove block group that still has pinned down bytesQu Wenruo1-1/+1
2018-09-15btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba2-2/+4
2018-09-15btrfs: check-integrity: Fix NULL pointer dereference for degraded mountQu Wenruo1-1/+6