summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-261-2/+2
* CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-261-10/+15
* cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-261-2/+9
* ovl: fix oopses in ovl_fill_super() failure pathsMiklos Szeredi2018-09-261-12/+14
* pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-261-3/+14
* gfs2: Don't reject a supposedly full bitmap if we have blocks reservedBob Peterson2018-09-261-1/+2
* gfs2: Special-case rindex for gfs2_growAndreas Gruenbacher2018-09-261-1/+1
* autofs: fix autofs_sbi() does not check super block typeIan Kent2018-09-192-2/+3
* NFSv4.1: Fix a potential layoutget/layoutrecall deadlockTrond Myklebust2018-09-191-2/+2
* f2fs: fix to do sanity check with extra_attr featureChao Yu2018-09-191-4/+15
* f2fs: fix to propagate return value of scan_nat_page()Chao Yu2018-09-192-13/+31
* f2fs: fix to do sanity check with {sit,nat}_ver_bitmap_bytesizeChao Yu2018-09-191-2/+19
* f2fs: fix to do sanity check with secs_per_zoneChao Yu2018-09-191-2/+2
* f2fs: avoid potential deadlock in f2fs_sbi_storeJaegeuk Kim2018-09-191-2/+4
* f2fs: Fix uninitialized return in f2fs_ioc_shutdown()Dan Carpenter2018-09-191-1/+1
* f2fs: fix to wait on page writeback before updating pageChao Yu2018-09-191-0/+1
* f2fs: fix to do sanity check with reserved blkaddr of inline inodeChao Yu2018-09-191-0/+21
* f2fs: fix to skip GC if type in SSA and SIT is inconsistentChao Yu2018-09-191-1/+7
* f2fs: try grabbing node page lock aggressively in sync scenarioChao Yu2018-09-191-1/+3
* nfs: Referrals not inheriting proto setting from parentCalum Mackay2018-09-191-3/+3
* NFSv4.0 fix client reference leak in callbackOlga Kornievskaia2018-09-191-3/+8
* f2fs: fix to detect looped node chain correctlyChao Yu2018-09-191-2/+2
* f2fs: fix defined but not used build warningsRandy Dunlap2018-09-191-3/+7
* f2fs: issue discard align to section in LFS modeYunlong Song2018-09-191-3/+17
* f2fs: Keep alloc_valid_block_count in syncDaniel Rosenberg2018-09-191-2/+4
* f2fs: do not set free of current sectionYunlong Song2018-09-191-0/+3
* f2fs: fix to active page in lru list for read pathChao Yu2018-09-191-1/+6
* Btrfs: fix data corruption when deduplicating between different filesFilipe Manana2018-09-191-0/+19
* btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadataLu Fengqi2018-09-191-9/+8
* cifs: connect to servername instead of IP for IPC$ shareThomas Werschlein2018-09-191-1/+1
* smb3: check for and properly advertise directory lease supportSteve French2018-09-192-5/+8
* SMB3: Backup intent flag missing for directory opens with backupuid mountsSteve French2018-09-192-5/+22
* btrfs: fix mount and ioctl device scan ioctl raceDavid Sterba2018-09-151-6/+6
* btrfs: reorder initialization before the mount locks uuid_mutexDavid Sterba2018-09-151-16/+14
* btrfs: lift uuid_mutex to callers of btrfs_parse_early_optionsDavid Sterba2018-09-151-2/+4
* btrfs: lift uuid_mutex to callers of btrfs_scan_one_deviceDavid Sterba2018-09-152-3/+13
* btrfs: use device_list_mutex when removing stale devicesAnand Jain2018-09-151-10/+15
* btrfs: rename local devices for fs_devices in btrfs_free_stale_devices(Anand Jain2018-09-151-18/+17
* btrfs: extend locked section when adding a new device in device_list_addAnand Jain2018-09-151-4/+12
* btrfs: do btrfs_free_stale_devices outside of device_list_addAnand Jain2018-09-151-5/+10
* btrfs: Fix a C compliance issueBart Van Assche2018-09-151-3/+3
* btrfs: Don't remove block group that still has pinned down bytesQu Wenruo2018-09-151-1/+1
* btrfs: lift uuid_mutex to callers of btrfs_open_devicesDavid Sterba2018-09-152-2/+4
* btrfs: check-integrity: Fix NULL pointer dereference for degraded mountQu Wenruo2018-09-151-1/+6
* btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo2018-09-151-1/+14
* btrfs: relocation: Only remove reloc rb_trees if reloc control has been initi...Qu Wenruo2018-09-151-11/+12
* btrfs: fix in-memory value of total_devices after seed device deletionAnand Jain2018-09-151-0/+3
* btrfs: replace: Reset on-disk dev stats value after replaceMisono Tomohiro2018-09-151-0/+6
* btrfs: Exit gracefully when chunk map cannot be inserted to the treeQu Wenruo2018-09-151-2/+6
* smb3: if server does not support posix do not allow posix mount optionSteve French2018-09-151-2/+6