| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -6/+5 |
| 2025-07-23 | fix the regression in ufs options parsing | Al Viro | 1 | -1/+1 |
| 2025-05-14 | ufs: convert ufs to the new mount API | Eric Sandeen | 1 | -143/+122 |
| 2025-05-14 | ufs: reject multiple conflicting -o ufstype=... on mount | Al Viro | 1 | -11/+14 |
| 2025-05-14 | ufs: split ->s_mount_opt - don't mix flavour and on-error | Al Viro | 1 | -55/+40 |
| 2024-11-12 | ufs: ufs_sb_private_info: remove unused s_{2,3}apb fields | Agathe Porte | 1 | -4/+0 |
| 2024-10-18 | ufs: get rid of ubh_{ubhcpymem,memcpyubh}() | Al Viro | 1 | -27/+16 |
| 2024-07-04 | fs: ufs: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-03-12 | mm, slab: remove last vestiges of SLAB_MEM_SPREAD | Linus Torvalds | 1 | -2/+1 |
| 2023-10-28 | exportfs: make ->encode_fh() a mandatory method for NFS export | Amir Goldstein | 1 | -0/+1 |
| 2022-03-22 | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 1 | -1/+1 |
| 2021-08-19 | isystem: ship and use stdarg.h | Alexey Dobriyan | 1 | -1/+1 |
| 2021-04-15 | useful constants: struct qstr for ".." | Al Viro | 1 | -2/+1 |
| 2020-09-18 | [PATCH] reduce boilerplate in fsid handling | Al Viro | 1 | -2/+1 |
| 2020-08-12 | fs/ufs: avoid potential u32 multiplication overflow | Colin Ian King | 1 | -1/+1 |
| 2019-08-30 | fs: Fill in max and min timestamps in superblock | Deepa Dinamani | 1 | -0/+7 |
| 2019-07-16 | fs/ufs/super.c: remove set but not used variable 'usb3' | YueHaibing | 1 | -2/+0 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-01 | ufs: switch to ->free_inode() | Al Viro | 1 | -8/+2 |
| 2018-08-17 | fs/ufs: use ktime_get_real_seconds for sb and cg timestamps | Arnd Bergmann | 1 | -2/+2 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+3 |
| 2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+8 |
| 2018-01-29 | ufs: use new i_version API | Jeff Layton | 1 | -1/+2 |
| 2018-01-15 | ufs: Define usercopy region in ufs_inode_cache slab cache | David Windsor | 1 | -5/+8 |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -15/+15 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -12/+12 |
| 2017-06-21 | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+9 |
| 2017-06-17 | ufs: fix the logics for tail relocation | Al Viro | 1 | -0/+9 |
| 2017-06-17 | Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -24/+40 |
| 2017-06-14 | ufs: fix s_size/s_dsize users | Al Viro | 1 | -11/+12 |
| 2017-06-14 | ufs: fix logics in "ufs: make fsck -f happy" | Al Viro | 1 | -13/+28 |
| 2017-06-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+18 |
| 2017-06-09 | ufs: set correct ->s_maxsize | Al Viro | 1 | -0/+18 |
| 2017-06-04 | fs/ufs: Set UFS default maximum bytes per file | Richard Narron | 1 | -3/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -1/+1 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
| 2015-07-06 | ufs: kill lock_ufs() | Al Viro | 1 | -32/+2 |
| 2015-07-06 | ufs: don't use lock_ufs() for block pointers tree protection | Al Viro | 1 | -0/+2 |
| 2015-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+11 |
| 2015-06-17 | fs/ufs: restore s_lock mutex_init() | Fabian Frederick | 1 | -0/+1 |
| 2015-06-16 | fs/ufs: restore s_lock mutex | Fabian Frederick | 1 | -0/+10 |
| 2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -2/+2 |
| 2015-02-17 | fs/ufs/super.c: fix potential race condition | Fabian Frederick | 1 | -4/+0 |
| 2015-02-17 | fs/ufs/super.c: remove unnecessary casting | Fabian Frederick | 1 | -1/+3 |
| 2014-08-08 | fs/ufs: convert UFSD printk to pr_debug | Fabian Frederick | 1 | -1/+1 |
| 2014-08-08 | fs/ufs/super.c: use va_format instead of buffer/vsnprintf | Fabian Frederick | 1 | -20/+24 |
| 2014-08-08 | fs/ufs/super.c: use __func__ in logging | Fabian Frederick | 1 | -18/+18 |
| 2014-08-08 | fs/ufs: use pr_fmt | Fabian Frederick | 1 | -8/+7 |
| 2014-08-08 | fs/ufs: convert printk to pr_foo() | Fabian Frederick | 1 | -133/+130 |
| 2014-06-06 | ufs: sb mutex merge + mutex_destroy | Fabian Frederick | 1 | -18/+10 |
| 2014-04-07 | fs/ufs: remove unused ufs_super_block_third pointer | Christian Engelmayer | 1 | -2/+0 |
| 2014-04-07 | fs/ufs: remove unused ufs_super_block_second pointer | Christian Engelmayer | 1 | -2/+0 |
| 2014-04-07 | fs/ufs: remove unused ufs_super_block_first pointer | Christian Engelmayer | 1 | -2/+0 |
| 2014-04-07 | fs/ufs/super.c: add __init to init_inodecache() | Fabian Frederick | 1 | -1/+1 |
| 2014-03-13 | fs: push sync_filesystem() down to the file system's remount_fs() | Theodore Ts'o | 1 | -0/+1 |
| 2013-03-03 | fs: Limit sys_mount to only request filesystem modules. | Eric W. Biederman | 1 | -0/+1 |
| 2012-10-09 | ufs: drop lock/unlock super | Marco Stornelli | 1 | -10/+11 |
| 2012-10-02 | fs: push rcu_barrier() from deactivate_locked_super() to filesystems | Kirill A. Shutemov | 1 | -0/+5 |
| 2012-07-22 | fs/ufs: get rid of write_super | Artem Bityutskiy | 1 | -10/+30 |
| 2012-07-22 | fs/ufs: re-arrange the code a bit | Artem Bityutskiy | 1 | -59/+58 |
| 2012-07-22 | fs/ufs: remove extra superblock write on unmount | Artem Bityutskiy | 1 | -3/+0 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -4/+1 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -4/+2 |
| 2012-03-20 | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 1 | -0/+1 |
| 2012-01-06 | vfs: switch ->show_options() to struct dentry * | Al Viro | 1 | -2/+2 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -3/+3 |
| 2011-03-02 | ufs: remove the BKL | Arnd Bergmann | 1 | -27/+37 |
| 2011-01-07 | fs: icache RCU free inodes | Nick Piggin | 1 | -1/+8 |
| 2010-10-29 | new helper: mount_bdev() | Al Viro | 1 | -4/+4 |
| 2010-10-04 | BKL: Explicitly add BKL around get_sb/fill_super | Jan Blunck | 1 | -0/+5 |
| 2010-08-09 | switch ufs to ->evict_inode() | Al Viro | 1 | -1/+1 |
| 2010-05-30 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -109/+1 |
| 2010-05-27 | ufs: permit mounting of BorderWare filesystems | Thomas Stewart | 1 | -0/+2 |
| 2010-05-24 | ufs: Remove dead quota code | Jan Kara | 1 | -126/+0 |
| 2010-05-24 | quota: rename default quotactl methods to dquot_ | Christoph Hellwig | 1 | -1/+1 |
| 2010-05-24 | quota: explicitly set ->dq_op and ->s_qcop | Christoph Hellwig | 1 | -1/+5 |
| 2010-05-24 | quota: move unmount handling into the filesystem | Christoph Hellwig | 1 | -0/+2 |
| 2010-05-24 | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers | Christoph Hellwig | 1 | -4/+4 |
| 2010-05-24 | quota: move remount handling into the filesystem | Christoph Hellwig | 1 | -0/+12 |
| 2010-03-12 | fs/ufs: recognize Solaris-specific file system state | Alex Viskovatoff | 1 | -0/+3 |
| 2010-03-05 | dquot: cleanup dquot drop routine | Christoph Hellwig | 1 | -1/+1 |
| 2010-03-05 | dquot: move dquot drop responsibility into the filesystem | Christoph Hellwig | 1 | -0/+6 |
| 2009-12-16 | ufs: NFS support | Alexey Dobriyan | 1 | -0/+52 |
| 2009-06-11 | ufs: add ->sync_fs | Christoph Hellwig | 1 | -10/+22 |
| 2009-06-11 | Push BKL down into ->remount_fs() | Alessio Igor Bogani | 1 | -1/+10 |
| 2009-06-11 | ->write_super lock_super pushdown | Christoph Hellwig | 1 | -0/+2 |
| 2009-06-11 | Push lock_super() into the ->remount_fs() of filesystems that care about it | Al Viro | 1 | -1/+10 |
| 2009-06-11 | push BKL down into ->put_super | Christoph Hellwig | 1 | -0/+6 |
| 2009-06-11 | remove ->write_super call in generic_shutdown_super | Christoph Hellwig | 1 | -0/+3 |
| 2009-04-02 | fs/ufs: return f_fsid for statfs(2) | Coly Li | 1 | -0/+3 |
| 2009-03-27 | ufs: validate maximum fast symlink size from superblock | Duane Griffin | 1 | -0/+11 |
| 2009-03-22 | Update my email address | Gertjan van Wingerde | 1 | -1/+1 |
| 2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -2/+2 |
| 2008-08-04 | Revert "UFS: add const to parser token table" | Linus Torvalds | 1 | -1/+1 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-07-25 | quota: move function-macros from quota.h to quotaops.h | Jan Kara | 1 | -0/+1 |
| 2008-07-24 | UFS: add const to parser token table | Steven Whitehouse | 1 | -1/+1 |
| 2008-02-08 | drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h | Mike Frysinger | 1 | -1/+1 |
| 2008-02-08 | ufs: fix symlink creation on ufs2 | Evgeniy Dushistov | 1 | -2/+4 |
| 2008-02-07 | iget: stop UFS from using iget() and read_inode() | David Howells | 1 | -5/+9 |
| 2007-12-05 | ufs: fix nexstep dir block size | Evgeniy Dushistov | 1 | -2/+2 |
| 2007-10-30 | revert "ufs: Fix mount check in ufs_fill_super()" | Andrew Morton | 1 | -8/+7 |
| 2007-10-17 | ufs: Fix mount check in ufs_fill_super() | Satyam Sharma | 1 | -7/+8 |
| 2007-10-17 | ufs: move non-layout parts of ufs_fs.h to fs/ufs/ | Christoph Hellwig | 1 | -0/+1 |
| 2007-10-17 | ufs: implement show_options | Evgeniy Dushistov | 1 | -4/+39 |
| 2007-10-17 | Add in SunOS 4.1.x compatible mode for UFS | Mark Fortescue | 1 | -7/+34 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -1/+1 |
| 2007-09-25 | ufs: fix sun state | Evgeniy Dushistov | 1 | -3/+1 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -2/+2 |
| 2007-07-16 | is_power_of_2: ufs/super.c | vignesh babu | 1 | -2/+3 |
| 2007-05-17 | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 1 | -2/+1 |
| 2007-05-07 | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 1 | -2/+1 |
| 2007-02-12 | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 1 | -2/+2 |
| 2007-02-12 | [PATCH] ufs2 write: inodes write | Evgeniy Dushistov | 1 | -13/+23 |
| 2007-02-12 | [PATCH] ufs2 write: mount as rw | Evgeniy Dushistov | 1 | -5/+4 |
| 2007-02-09 | [PATCH] ufs: restore back support of openstep | Evgeniy Dushistov | 1 | -1/+4 |
| 2006-12-07 | [PATCH] fs/*: trivial vsnprintf() conversion | Alexey Dobriyan | 1 | -3/+3 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 1 | -1/+1 |
| 2006-09-27 | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 1 | -2/+1 |
| 2006-09-27 | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 1 | -2/+1 |
| 2006-07-03 | [PATCH] lockdep: annotate the quota code | Arjan van de Ven | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-25 | [PATCH] ufs: make fsck -f happy | Evgeniy Dushistov | 1 | -37/+103 |
| 2006-06-25 | [PATCH] ufs: one way to access super block | Evgeniy Dushistov | 1 | -113/+104 |
| 2006-06-25 | [PATCH] ufs: printk warning fixes | Andrew Morton | 1 | -3/+3 |
| 2006-06-25 | [PATCH] ufs: easy debug | Evgeniy Dushistov | 1 | -60/+54 |
| 2006-06-25 | [PATCH] ufs: wrong type cast | Evgeniy Dushistov | 1 | -4/+4 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 1 | -1/+2 |
| 2006-06-23 | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 1 | -3/+3 |
| 2006-03-24 | typo patch for fs/ufs/super.c | Michael Owen | 1 | -1/+1 |
| 2006-03-24 | [PATCH] cpuset memory spread: slab cache format | Paul Jackson | 1 | -1/+2 |
| 2006-03-24 | [PATCH] cpuset memory spread: slab cache filesystems | Paul Jackson | 1 | -1/+1 |
| 2006-02-03 | [PATCH] ufs: fix oops with `ufs1' type | Evgeniy Dushistov | 1 | -4/+6 |
| 2006-01-14 | [PATCH] ufs cleanup | Evgeniy | 1 | -30/+27 |
| 2006-01-09 | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 1 | -3/+3 |
| 2006-01-08 | [PATCH] UFS: inode->i_sem is not released in error path | Evgeniy Polyakov | 1 | -1/+3 |
| 2005-11-07 | [PATCH] kfree cleanup: fs | Jesper Juhl | 1 | -6/+8 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1347 |