]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/shortlog
mirror_ubuntu-jammy-kernel.git
2021-09-23 Christophe... fs/ntfs3: Remove a useless shadowing variable
2021-09-23 Christophe... fs/ntfs3: Remove a useless test in 'indx_find()'
2021-09-21 Konstantin... fs/ntfs3: Add sync flag to ntfs_sb_write_run and al_update
2021-09-21 Konstantin... fs/ntfs3: Change max hardlinks limit to 4000
2021-09-21 Konstantin... fs/ntfs3: Fix insertion of attr in ni_ins_attr_ext
2021-09-20 Colin Ian Kingfs/ntfs3: Fix a memory leak on object opts
2021-09-20 Kari ArgillanderDoc/fs/ntfs3: Fix rst format and make it cleaner
2021-09-20 Kari Argillanderfs/ntfs3: Initiliaze sb blocksize only in one place...
2021-09-20 Kari Argillanderfs/ntfs3: Initialize pointer before use place in fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Remove tmp pointer upcase in fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Remove tmp pointer bd_inode in fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Remove tmp var is_ro in ntfs_fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Use sb instead of sbi->sb in fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Remove unnecessary variable loading in fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Return straight without goto in fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Remove impossible fault condition in fill_super
2021-09-20 Kari Argillanderfs/ntfs3: Change EINVAL to ENOMEM when d_make_root...
2021-09-20 Kari Argillanderfs/ntfs3: Fix wrong error message $Logfile -> $UpCase
2021-09-16 Kari Argillanderfs/ntfs3: Use min/max macros instated of ternary operators
2021-09-16 Kari Argillanderfs/ntfs3: Use clamp/max macros instead of comparisons
2021-09-16 Kari Argillanderfs/ntfs3: Remove always false condition check
2021-09-16 Kari Argillanderfs/ntfs3: Fix ntfs_look_for_free_space() does only...
2021-09-16 Kari Argillanderfs/ntfs3: Remove tabs before spaces from comment
2021-09-16 Kari Argillanderfs/ntfs3: Remove braces from single statment block
2021-09-16 Kari Argillanderfs/ntfs3: Place Comparisons constant right side of...
2021-09-16 Kari Argillanderfs/ntfs3: Remove '+' before constant in ni_insert_resid...
2021-09-13 Kari Argillanderfs/ntfs3: Always use binary search with entry search
2021-09-13 Kari Argillanderfs/ntfs3: Make binary search to search smaller chunks...
2021-09-13 Kari Argillanderfs/ntfs3: Limit binary search table size
2021-09-13 Kari Argillanderfs/ntfs3: Remove unneeded header files from c files
2021-09-13 Kari Argillanderfs/ntfs3: Change right headers to lznt.c
2021-09-13 Kari Argillanderfs/ntfs3: Change right headers to upcase.c
2021-09-13 Kari Argillanderfs/ntfs3: Change right headers to bitfunc.c
2021-09-13 Kari Argillanderfs/ntfs3: Add missing header and guards to lib/ headers
2021-09-13 Kari Argillanderfs/ntfs3: Add missing headers and forward declarations...
2021-09-13 Kari Argillanderfs/ntfs3: Add missing header files to ntfs.h
2021-09-13 Kari Argillanderfs/ntfs3. Add forward declarations for structs to debug.h
2021-09-13 Colin Ian Kingfs/ntfs3: Remove redundant initialization of variable err
2021-09-09 Kari Argillanderfs/ntfs3: Show uid/gid always in show_options()
2021-09-09 Kari Argillanderfs/ntfs3: Rename mount option no_acs_rules > (no)acsrules
2021-09-09 Kari Argillanderfs/ntfs3: Add iocharset= mount option as alias for...
2021-09-09 Kari Argillanderfs/ntfs3: Make mount option nohidden more universal
2021-09-09 Kari Argillanderfs/ntfs3: Init spi more in init_fs_context than fill_super
2021-09-09 Kari Argillanderfs/ntfs3: Use new api for mounting
2021-09-09 Kari Argillanderfs/ntfs3: Convert mount options to pointer in sbi
2021-09-09 Kari Argillanderfs/ntfs3: Remove unnecesarry remount flag handling
2021-09-09 Kari Argillanderfs/ntfs3: Remove unnecesarry mount option noatime
2021-09-02 Kari Argillanderfs/ntfs3: Change how module init/info messages are...
2021-09-02 Kari Argillanderfs/ntfs3: Remove GPL boilerplates from decompress lib...
2021-09-02 Kari Argillanderfs/ntfs3: Remove unnecessary condition checking from...
2021-09-02 Kari Argillanderfs/ntfs3: Fix integer overflow in ni_fiemap with fiemap...
2021-08-31 Konstantin... fs/ntfs3: Restyle comments to better align with kernel-doc
2021-08-31 Konstantin... fs/ntfs3: Rework file operations
2021-08-31 Kari Argillanderfs/ntfs3: Remove fat ioctl's from ntfs3 driver for now
2021-08-30 Kari Argillanderfs/ntfs3: Restyle comments to better align with kernel-doc
2021-08-27 Dan Carpenterfs/ntfs3: Fix error handling in indx_insert_into_root()
2021-08-27 Dan Carpenterfs/ntfs3: Potential NULL dereference in hdr_find_split()
2021-08-27 Dan Carpenterfs/ntfs3: Fix error code in indx_add_allocate()
2021-08-27 Dan Carpenterfs/ntfs3: fix an error code in ntfs_get_acl_ex()
2021-08-27 Dan Carpenterfs/ntfs3: add checks for allocation failure
2021-08-27 Kari Argillanderfs/ntfs3: Use kcalloc/kmalloc_array over kzalloc/kmalloc
2021-08-27 Kari Argillanderfs/ntfs3: Do not use driver own alloc wrappers
2021-08-27 Kari Argillanderfs/ntfs3: Use kernel ALIGN macros over driver specific
2021-08-27 Kari Argillanderfs/ntfs3: Restyle comment block in ni_parse_reparse()
2021-08-27 Jiapeng Chongfs/ntfs3: Remove unused including <linux/version.h>
2021-08-27 Gustavo A.... fs/ntfs3: Fix fall-through warnings for Clang
2021-08-27 Kari Argillanderfs/ntfs3: Fix one none utf8 char in source file
2021-08-27 Nathan Chancellorfs/ntfs3: Remove unused variable cnt in ntfs_security_i...
2021-08-27 Colin Ian Kingfs/ntfs3: Fix integer overflow in multiplication
2021-08-27 Kari Argillanderfs/ntfs3: Add ifndef + define to all header files
2021-08-27 Kari Argillanderfs/ntfs3: Use linux/log2 is_power_of_2 function
2021-08-27 Colin Ian Kingfs/ntfs3: Fix various spelling mistakes
2021-08-23 aalexandrovichMerge branch 'torvalds:master' into master
2021-08-22 Linus TorvaldsLinux 5.14-rc7
2021-08-22 Linus TorvaldsMerge tag 'powerpc-5.14-6' of git://git.kernel.org...
2021-08-21 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2021-08-21 Linus TorvaldsMerge tag 'char-misc-5.14-rc7' of git://git.kernel...
2021-08-21 Linus TorvaldsMerge tag 'usb-5.14-rc7' of git://git.kernel.org/pub...
2021-08-21 Linus TorvaldsMerge tag 'riscv-for-linus-5.14-rc7' of git://git.kerne...
2021-08-21 Linus TorvaldsMerge tag 's390-5.14-5' of git://git.kernel.org/pub...
2021-08-21 Linus TorvaldsMerge tag 'locks-v5.14' of git://git.kernel.org/pub...
2021-08-21 Linus TorvaldsMerge tag 'block-5.14-2021-08-20' of git://git.kernel...
2021-08-21 Linus TorvaldsMerge tag 'io_uring-5.14-2021-08-20' of git://git.kerne...
2021-08-21 Jeff Laytonfs: warn about impending deprecation of mandatory locks
2021-08-20 Jens Axboeio_uring: fix xa_alloc_cycle() error return value check
2021-08-20 Linus TorvaldsMerge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub...
2021-08-20 Linus TorvaldsMerge tag 'pm-5.14-rc7' of git://git.kernel.org/pub...
2021-08-20 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-08-20 Linus TorvaldsMerge tag 'drm-fixes-2021-08-20-3' of git://anongit...
2021-08-20 Linus TorvaldsMerge tag 'pci-v5.14-fixes-2' of git://git.kernel.org...
2021-08-20 Linus TorvaldsMerge tag 'mmc-v5.14-rc4' of git://git.kernel.org/pub...
2021-08-20 Linus TorvaldsMerge tag 'sound-5.14-rc7-2' of git://git.kernel.org...
2021-08-20 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2021-08-20 Rafael J. WysockiMerge branch 'acpi-pm'
2021-08-20 Linus TorvaldsMerge tag 'iommu-fixes-v5.14-rc6' of git://git.kernel...
2021-08-20 Rafael J. WysockiMerge branch 'pm-opp'
2021-08-20 Mike Kravetzhugetlb: don't pass page cache pages to restore_reserve...
2021-08-20 Marco Elverkfence: fix is_kfence_address() for addresses below...
2021-08-20 Johannes Weinermm: vmscan: fix missing psi annotation for node_reclaim()
2021-08-20 Naoya Horiguchimm/hwpoison: retry with shake_page() for unhandlable...
next