| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2026-03-26 | udf: Track metadata bhs in fs-private inode part | Jan Kara | 1 | -1/+1 |
| 2026-03-06 | treewide: change inode->i_ino from unsigned long to u64 | Jeff Layton | 1 | -4/+4 |
| 2025-02-27 | Change inode_operations.mkdir to return struct dentry * | NeilBrown | 1 | -6/+6 |
| 2024-11-26 | udf: Verify inode link counts before performing rename | Jan Kara | 1 | -0/+10 |
| 2024-11-26 | udf: Skip parent dir link count update if corrupted | Jan Kara | 1 | -1/+5 |
| 2024-06-20 | udf: Fix bogus checksum computation in udf_rename() | Jan Kara | 1 | -2/+0 |
| 2024-01-23 | udf: Avoid GFP_NOFS allocation in udf_symlink() | Jan Kara | 1 | -8/+11 |
| 2024-01-23 | udf: Remove GFP_NOFS from dir iteration code | Jan Kara | 1 | -1/+1 |
| 2024-01-11 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -10/+1 |
| 2023-12-21 | udf_fiiter_add_entry(): check for zero ->d_name.len is bogus... | Al Viro | 1 | -2/+0 |
| 2023-12-21 | udf: d_obtain_alias(ERR_PTR(...)) will do the right thing... | Al Viro | 1 | -6/+1 |
| 2023-12-21 | udf: d_splice_alias() will do the right thing on ERR_PTR() inode | Al Viro | 1 | -2/+0 |
| 2023-11-25 | udf_rename(): only access the child content on cross-directory rename | Al Viro | 1 | -1/+6 |
| 2023-10-18 | udf: convert to new timestamp accessors | Jeff Layton | 1 | -8/+8 |
| 2023-07-24 | udf: convert to ctime accessor functions | Jeff Layton | 1 | -12/+12 |
| 2023-06-29 | Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+1 |
| 2023-06-02 | Revert "udf: Protect rename against modification of moved directory" | Jan Kara | 1 | -12/+2 |
| 2023-05-30 | fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier | Bagas Sanjaya | 1 | -5/+1 |
| 2023-02-20 | Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -698/+389 |
| 2023-01-26 | udf: Fix file counting in LVID | Jan Kara | 1 | -0/+22 |
| 2023-01-26 | udf: Don't return bh from udf_expand_dir_adinicb() | Jan Kara | 1 | -20/+13 |
| 2023-01-26 | udf: Switch to single address_space_operations | Jan Kara | 1 | -8/+2 |
| 2023-01-26 | udf: Protect rename against modification of moved directory | Jan Kara | 1 | -2/+12 |
| 2023-01-26 | udf: Drop VARCONV support | Jan Kara | 1 | -2/+2 |
| 2023-01-19 | fs: port ->tmpfile() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mknod() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
| 2023-01-09 | udf: Handle error when adding extent to symlink | Jan Kara | 1 | -1/+6 |
| 2023-01-09 | udf: Handle error when expanding directory | Jan Kara | 1 | -1/+6 |
| 2023-01-09 | udf: Remove old directory iteration code | Jan Kara | 1 | -505/+0 |
| 2023-01-09 | udf: Convert udf_rename() to new directory iteration code | Jan Kara | 1 | -87/+78 |
| 2023-01-09 | udf: Convert udf_link() to new directory iteration code | Jan Kara | 1 | -14/+8 |
| 2023-01-09 | udf: Convert udf_mkdir() to new directory iteration code | Jan Kara | 1 | -27/+21 |
| 2023-01-09 | udf: Convert udf_add_nondir() to new directory iteration | Jan Kara | 1 | -11/+8 |
| 2023-01-09 | udf: Implement adding of dir entries using new iteration code | Jan Kara | 1 | -0/+110 |
| 2023-01-09 | udf: Convert udf_unlink() to new directory iteration code | Jan Kara | 1 | -23/+10 |
| 2023-01-09 | udf: Convert udf_rmdir() to new directory iteration code | Jan Kara | 1 | -21/+11 |
| 2023-01-09 | udf: Provide function to mark entry as deleted using new directory iteration ... | Jan Kara | 1 | -0/+10 |
| 2023-01-09 | udf: Convert empty_dir() to new directory iteration code | Jan Kara | 1 | -59/+9 |
| 2023-01-09 | udf: Convert udf_get_parent() to new directory iteration code | Jan Kara | 1 | -9/+7 |
| 2023-01-09 | udf: Convert udf_lookup() to use new directory iteration code | Jan Kara | 1 | -11/+8 |
| 2023-01-09 | udf: Implement searching for directory entry using new iteration code | Jan Kara | 1 | -0/+67 |
| 2023-01-09 | udf: Move udf_expand_dir_adinicb() to its callsite | Jan Kara | 1 | -0/+82 |
| 2022-12-12 | Merge tag 'fixes_for_v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
| 2022-11-09 | udf: Fix a slab-out-of-bounds write bug in udf_find_entry() | ZhangPeng | 1 | -1/+1 |
| 2022-10-24 | udf: Avoid double brelse() in udf_rename() | Shigeru Yoshida | 1 | -4/+4 |
| 2022-09-24 | vfs: open inside ->tmpfile() | Miklos Szeredi | 1 | -3/+3 |
| 2022-05-10 | udf: Avoid using stale lengthOfImpUse | Jan Kara | 1 | -4/+4 |
| 2021-11-09 | udf: Fix crash after seekdir | Jan Kara | 1 | -0/+3 |
| 2021-08-11 | udf: Get rid of 0-length arrays in struct fileIdentDesc | Jan Kara | 1 | -7/+6 |
| 2021-05-20 | udf: Fix NULL pointer dereference in udf_symlink function | Arturo Giusti | 1 | -0/+4 |
| 2021-04-15 | useful constants: struct qstr for ".." | Al Viro | 1 | -2/+1 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -11/+13 |
| 2020-09-29 | udf: Remove pointless union in udf_inode_info | Jan Kara | 1 | -4/+3 |
| 2019-04-17 | udf: fix an uninitialized read bug and remove dead code | Wenwen Wang | 1 | -15/+0 |
| 2018-08-13 | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -8/+4 |
| 2018-08-03 | udf: switch to discard_new_inode() | Al Viro | 1 | -8/+4 |
| 2018-06-20 | udf: Provide function for calculating dir entry length | Jan Kara | 1 | -11/+3 |
| 2018-05-11 | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 1 | -4/+2 |
| 2017-10-17 | udf: Fix signed/unsigned format specifiers | Steve Magnani | 1 | -2/+2 |
| 2017-10-17 | udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF | Steve Magnani | 1 | -4/+5 |
| 2017-08-16 | fs-udf: Improve six size determinations | Markus Elfring | 1 | -1/+1 |
| 2017-04-24 | udf: use octal for permissions | Fabian Frederick | 1 | -1/+1 |
| 2017-01-05 | udf: Make stat on symlink report symlink length as st_size | Jan Kara | 1 | -1/+1 |
| 2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
| 2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -10/+10 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 1 | -1/+1 |
| 2016-09-27 | fs: support RENAME_NOREPLACE for local filesystems | Miklos Szeredi | 1 | -2/+6 |
| 2016-04-10 | don't bother with ->d_inode->i_sb - it's always equal to ->d_sb | Al Viro | 1 | -1/+1 |
| 2016-02-09 | udf: Use separate buffer for copying split names | Jan Kara | 1 | -2/+11 |
| 2016-02-09 | udf: Adjust UDF_NAME_LEN to better reflect actual restrictions | Andrew Gabbasov | 1 | -5/+5 |
| 2016-02-09 | udf: Parameterize output length in udf_put_filename | Andrew Gabbasov | 1 | -4/+6 |
| 2015-12-08 | don't put symlink bodies in pagecache into highmem | Al Viro | 1 | -0/+1 |
| 2015-12-06 | udf: don't duplicate page_symlink_inode_operations | Al Viro | 1 | -6/+1 |
| 2015-05-18 | UDF: support NFSv2 export | NeilBrown | 1 | -2/+2 |
| 2015-05-18 | udf: Return error from udf_find_entry() | Fabian Frederick | 1 | -20/+71 |
| 2015-05-18 | udf: Return -ENOMEM when allocation fails in udf_get_filename() | Fabian Frederick | 1 | -1/+1 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+8 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -8/+8 |
| 2015-04-01 | udf: Update ctime and mtime when directory is modified | Jan Kara | 1 | -2/+7 |
| 2015-03-14 | udf: remove redundant buffer_head.h includes | Fabian Frederick | 1 | -1/+0 |
| 2014-12-21 | udf: Reduce repeated dereferences | Jan Kara | 1 | -9/+9 |
| 2014-12-19 | udf: Check path length when reading symlink | Jan Kara | 1 | -1/+2 |
| 2014-09-04 | udf: saner calling conventions for udf_new_inode() | Al Viro | 1 | -28/+16 |
| 2014-09-04 | udf: fix the udf_iget() vs. udf_new_inode() races | Al Viro | 1 | -0/+7 |
| 2014-09-04 | udf: merge the pieces inserting a new non-directory object into directory | Al Viro | 1 | -69/+29 |
| 2014-09-04 | udf: Make udf_read_inode() and udf_iget() return error | Jan Kara | 1 | -13/+9 |
| 2014-08-19 | udf: avoid unneeded up_write when fail to add entry in ->symlink | Chao Yu | 1 | -1/+2 |
| 2013-12-23 | udf: Fix lockdep warning from udf_symlink() | Jan Kara | 1 | -1/+1 |
| 2013-06-29 | udf: provide ->tmpfile() | Al Viro | 1 | -0/+24 |
| 2013-02-26 | fs: encode_fh: return FILEID_INVALID if invalid fid_type | Namjae Jeon | 1 | -2/+2 |
| 2012-07-24 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -0/+1 |
| 2012-07-14 | don't pass nameidata to ->create() | Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 1 | -1/+1 |
| 2012-07-13 | udf: avoid info leak on export | Mathias Krause | 1 | -0/+1 |
| 2012-05-29 | ->encode_fh() API change | Al Viro | 1 | -9/+5 |
| 2012-05-10 | vfs: make it possible to access the dentry hash/len as one 64-bit entry | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link} | Al Viro | 1 | -13/+0 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2011-11-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/... | Linus Torvalds | 1 | -9/+6 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 1 | -2/+2 |
| 2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 1 | -7/+4 |
| 2011-10-10 | udf: Rename udf_warning to udf_warn | Joe Perches | 1 | -3/+2 |
| 2011-05-28 | udf: remove unnecessary dentry_unhash from rmdir, dir rename | Sage Weil | 1 | -5/+0 |
| 2011-05-26 | vfs: push dentry_unhash on rename_dir into file systems | Sage Weil | 1 | -0/+3 |
| 2011-05-26 | vfs: push dentry_unhash on rmdir into file systems | Sage Weil | 1 | -0/+2 |
| 2011-03-14 | exportfs: Return the minimum required handle size | Aneesh Kumar K.V | 1 | -1/+6 |
| 2011-03-03 | udf: fix i_nlink limit | Al Viro | 1 | -6/+5 |
| 2011-01-06 | UDF: Close small mem leak in udf_find_entry() | Jesper Juhl | 1 | -4/+2 |
| 2011-01-06 | udf: Fix directory corruption after extent merging | Jan Kara | 1 | -6/+10 |
| 2011-01-06 | udf: Remove unnecessary bkl usages | Alessio Igor Bogani | 1 | -27/+0 |
| 2011-01-06 | udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info... | Alessio Igor Bogani | 1 | -3/+4 |
| 2011-01-06 | udf: Move handling of uniqueID into a helper function and protect it by a s_a... | Jan Kara | 1 | -38/+13 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -1/+1 |
| 2010-05-24 | udf: Remove dead quota code | Jan Kara | 1 | -20/+0 |
| 2010-05-21 | udf: replace inode uid,gid,mode init with helper | Dmitry Monakhov | 1 | -8/+2 |
| 2010-04-08 | udf: add speciffic ->setattr callback | Dmitry Monakhov | 1 | -1/+8 |
| 2010-03-05 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -0/+17 |
| 2010-03-05 | dquot: cleanup dquot initialize routine | Christoph Hellwig | 1 | -9/+9 |
| 2010-03-05 | dquot: move dquot initialization responsibility into the filesystem | Christoph Hellwig | 1 | -0/+17 |
| 2010-03-03 | sanitize const/signedness for udf | Al Viro | 1 | -10/+10 |
| 2009-12-14 | udf: Avoid IO in udf_clear_inode | Jan Kara | 1 | -10/+28 |
| 2009-09-14 | udf: Remove wrong assignment in udf_symlink | Jan Kara | 1 | -1/+0 |
| 2009-04-02 | Fix the udf code not to pass structs on stack where possible. | Pekka Enberg | 1 | -14/+18 |
| 2009-04-02 | Remove struct typedefs from fs/udf/ecma_167.h et al. | Pekka Enberg | 1 | -27/+27 |
| 2008-11-14 | CRED: Wrap task credential accesses in the UDF filesystem | David Howells | 1 | -1/+1 |
| 2008-10-23 | [PATCH] get rid of on-stack dentry in udf | Al Viro | 1 | -15/+11 |
| 2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 1 | -15/+2 |
| 2008-05-08 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 1 | -4/+141 |
| 2008-05-07 | udf: Fix memory corruption when fs mounted with noadinicb option | Jan Kara | 1 | -2/+3 |
| 2008-05-07 | udf: Make udf exportable | Rasmus Rohde | 1 | -2/+138 |
| 2008-04-28 | udf: fix sparse warning in namei.c | Harvey Harrison | 1 | -4/+4 |
| 2008-04-17 | udf: use crc_itu_t from lib instead of udf_crc | Bob Copeland | 1 | -11/+10 |
| 2008-04-17 | udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes) | Jan Kara | 1 | -62/+66 |
| 2008-04-17 | udf: Remove checking of existence of filename in udf_add_entry() | Jan Kara | 1 | -37/+1 |
| 2008-04-17 | udf: kill useless file header comments for vfs method implementations | Christoph Hellwig | 1 | -33/+0 |
| 2008-02-08 | udf: fix adding entry to a directory | Jan Kara | 1 | -9/+10 |
| 2008-02-08 | udf: cleanup directory offset handling | Jan Kara | 1 | -22/+17 |
| 2008-02-08 | udf: fix signedness issue | Marcin Slusarz | 1 | -1/+1 |
| 2008-02-08 | udf: cache struct udf_inode_info | Marcin Slusarz | 1 | -51/+61 |
| 2008-02-08 | udf: remove UDF_I_* macros and open code them | Marcin Slusarz | 1 | -53/+57 |
| 2008-02-08 | udf: create common function for tag checksumming | Marcin Slusarz | 1 | -8/+1 |
| 2008-02-08 | udf: fix coding style | Marcin Slusarz | 1 | -119/+179 |
| 2008-02-08 | udf: remove some ugly macros | Marcin Slusarz | 1 | -10/+14 |
| 2007-07-21 | UDF: coding style conversion - lindent fixups | Cyrill Gorcunov | 1 | -228/+180 |
| 2007-07-19 | UDF: coding style conversion - lindent | Cyrill Gorcunov | 1 | -375/+345 |
| 2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
| 2007-05-08 | udf: use get_bh() | Jan Kara | 1 | -68/+68 |
| 2007-05-08 | UDF: introduce struct extent_position | Jan Kara | 1 | -61/+61 |
| 2007-05-08 | udf: use sector_t and loff_t for file offsets | Jan Kara | 1 | -6/+6 |
| 2007-05-08 | udf: decrement correct link count in udf_rmdir | Stephen Mollett | 1 | -1/+1 |
| 2007-02-12 | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mounts: monitor zeroing of i_nlink | Dave Hansen | 1 | -1/+1 |
| 2006-10-01 | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 1 | -3/+3 |
| 2006-10-01 | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 1 | -12/+6 |
| 2006-02-03 | [PATCH] UDF: Fix issues reported by Coverity in namei.c | Jayachandran C | 1 | -2/+2 |
| 2006-01-03 | remove pointers to the defunct UDF mailing list | Adrian Bunk | 1 | -5/+0 |
| 2005-06-30 | [PATCH] udf_find_entry() cleanup | Christoph Hellwig | 1 | -4/+0 |
| 2005-06-28 | [PATCH] coverity: fs/udf/namei.c null check | KAMBAROV, ZAUR | 1 | -1/+3 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1334 |