summaryrefslogtreecommitdiffstats
path: root/fs/mbcache.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara2008-04-161-2/+2
* fs: Fix to correct the mbcache entries counterRam Gupta2007-10-261-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-3/+6
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()Josh Triplett2006-09-291-0/+1
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* [PATCH] cpuset memory spread: slab cache filesystemsPaul Jackson2006-03-241-1/+1
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-3/+3
* [PATCH] kfree cleanup: fsJesper Juhl2005-11-071-2/+1Star
* [PATCH] gfp_t: fs/*Al Viro2005-10-281-3/+3
* [PATCH] mbcache: Remove unused mb_cache_shrink parameterAndreas Gruenbacher2005-07-281-2/+1Star
* [PATCH] make some things staticAdrian Bunk2005-05-061-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+677
d> | | * | | | fuse: extract helper for range writebackMiklos Szeredi2019-05-281-12/+14 | | * | | | fuse: fix copy_file_range() in the writeback caseMiklos Szeredi2019-05-281-0/+12 | | * | | | fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi2019-05-271-2/+9 | | * | | | fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-05-271-1/+1 | | |/ / / | * | | | Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-061-20/+12Star | |\ \ \ \ | | * | | | NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu2019-05-301-3/+5 | | * | | | NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu2019-05-301-17/+7Star | | |/ / / | * | | | Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-06-064-129/+89Star | |\ \ \ \ | | * | | | fs/adfs: fix filename fixup handling for "/" and "//" namesRussell King2019-05-311-4/+11 | | * | | | fs/adfs: move append_filetype_suffix() into adfs_object_fixup()Russell King2019-05-312-18/+8Star | | * | | | fs/adfs: remove truncated filename hashingRussell King2019-05-311-10/+5Star | | * | | | fs/adfs: factor out filename fixupRussell King2019-05-313-21/+24 | | * | | | fs/adfs: factor out object fixupsRussell King2019-05-314-33/+24Star | | * | | | fs/adfs: factor out filename case loweringRussell King2019-05-311-22/+12Star | | * | | | fs/adfs: factor out filename comparisonRussell King2019-05-311-42/+26Star | * | | | | Merge tag 'pstore-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-052-15/+28 | |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | * | | | pstore/ram: Run without kernel crash dump regionKees Cook2019-05-312-14/+25 | | * | | | pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih2019-05-311-1/+3 | * | | | | Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-022-10/+17 | |\ \ \ \ \ | | * | | | | block: Don't revalidate bdev of hidden gendiskJan Kara2019-05-271-9/+16 | | * | | | | io_uring: Fix __io_uring_register() false successPavel Begunkov2019-05-261-1/+1 | | | |_|/ / | | |/| | | | * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-021-0/+1 | |\ \ \ \ \ | | * | | | | ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-021-0/+1 | * | | | | | Merge tag 'nfsd-5.2-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-312-4/+4 | |\ \ \ \ \ \ | | * | | | | | Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2019-05-312-4/+4 | | | |/ / / / | | |/| | | | | * | | | | | Merge tag 'v5.2-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-05-313-6/+11 | |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | * | | | | CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-05-291-1/+3 | | * | | | | dfs_cache: fix a wrong use of kfree in flush_cache_ent()Gen Zhang2019-05-291-2/+2 | | * | | | | fs/cifs/smb2pdu.c: fix buffer free in SMB2_ioctl_freeMurphy Zhou2019-05-291-2/+4 | | * | | | | cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-05-291-1/+2 | | |/ / / / | * | | | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31274-2958/+274Star | |\ \ \ \ \ | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner2019-05-307-9/+7Star | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner2019-05-3036-112/+36Star | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1Star | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-3016-256/+16Star | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3014-126/+14Star | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner2019-05-301-14/+1Star | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2Star | | * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30