summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix regression in raid level conversionChris Mason2015-06-221-0/+18
* Btrfs: fix uninit variable in clone ioctlChris Mason2015-06-221-1/+1
* Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana2015-06-221-2/+4
* btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney2015-06-221-0/+9
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-06-221-1/+4
* Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana2015-06-221-2/+2
* Btrfs: send, add missing check for dead clone rootFilipe Manana2015-06-221-1/+2
* aio: fix serial draining in exit_aio()Jens Axboe2015-06-221-15/+30
* fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-06-061-1/+1
* vfs: read file_handle only once in handle_to_pathSasha Levin2015-06-061-2/+3
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-06-061-10/+11
* nfsd/blocklayout: pretend we can send deviceid notificationsChristoph Hellwig2015-06-061-0/+11
* kernfs: do not account ino_ida allocations to memcgVladimir Davydov2015-06-061-1/+8
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-06-061-0/+3
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-06-062-9/+19
* ext4: check for zero length extent explicitlyEryu Guan2015-06-061-1/+1
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-06-062-9/+22
* ext4: fix lazytime optimizationTheodore Ts'o2015-06-061-1/+1
* d_walk() might skip too muchAl Viro2015-06-061-4/+4
* Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-06-062-0/+3
* ovl: mount read-only if workdir can't be createdMiklos Szeredi2015-06-063-5/+17
* ovl: don't remove non-empty opaque directoryMiklos Szeredi2015-06-061-5/+19
* xfs: xfs_iozero can return positive errnoDave Chinner2015-06-061-1/+1
* xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-06-064-47/+58
* omfs: fix sign confusion for bitmap loop counterBob Copeland2015-06-061-1/+2
* fs, omfs: add NULL terminator in the end up the token listSasha Levin2015-06-061-1/+2
* fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman2015-06-061-2/+2
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-06-061-2/+5
* coredump: accept any write methodAl Viro2015-05-171-1/+1
* path_openat(): fix double fput()Al Viro2015-05-171-1/+2
* mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman2015-05-171-0/+6
* nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-171-1/+1
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-05-171-0/+13
* hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb2015-05-131-24/+14
* ext4: move check under lock scope to close a race.Davide Italiano2015-05-131-7/+8
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-132-0/+10
* btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-05-131-1/+2
* NFS: Add a stub for GETDEVICELISTAnna Schumaker2015-05-061-0/+6
* nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao2015-05-061-2/+0
* nfs: fix DIO good bytes calculationPeng Tao2015-05-061-12/+17
* nfs: fix high load average due to callback thread sleepingJeff Layton2015-05-061-3/+3
* nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera2015-05-061-8/+8
* nfsd: eliminate NFSD_DEBUGMark Salter2015-05-063-3/+3
* nfsd4: disallow SEEK with special stateidsJ. Bruce Fields2015-05-061-0/+2
* nfsd4: fix READ permission checkingJ. Bruce Fields2015-05-061-4/+8
* nfsd4: disallow ALLOCATE with special stateidsJ. Bruce Fields2015-05-061-0/+2
* Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Nicolas Iooss2015-05-062-2/+2
* RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro2015-05-061-2/+4
* mnt: Update detach_mounts to leave mounts connectedEric W. Biederman2015-05-061-2/+6
* mnt: Fix the error check in __detach_mountsEric W. Biederman2015-05-061-1/+1